Skip to content
Snippets Groups Projects
Verified Commit 302c1dd4 authored by Georg Krause's avatar Georg Krause
Browse files

Make mobile about page banner full width

parent 0578d18c
No related branches found
No related tags found
No related merge requests found
<template>
<main class="main pusher page-about" v-title="labels.title">
<div class="ui container">
<div class="ui">
<div class="ui horizontally fitted stripe basic segment">
<div class="ui basic vertically fitted stripe segment content">
<section :class="['ui', 'head', {'with-background': banner}, 'vertical', 'center', 'aligned', 'stripe', 'segment']" :style="headerStyle">
</section>
</div>
<div class="ui basic vertically fitted stripe segment content">
<div class="ui basic vertically fitted stripe segment content container">
<!-- See layout in _about.scss -->
<div class="about-pod-info-container">
<!-- TODO: Table of contents -->
......
......@@ -150,6 +150,18 @@
}
@include media('<tablet') {
.about-pod-info-container {
padding: 0 2em;
}
.ui.horizontally.fitted.stripe.basic.segment {
padding-top: 0px;
}
.ui.basic.vertically.fitted.stripe.segment.content {
padding: 0px;
}
.ui.head.vertical.center.aligned.stripe.segment {
border-radius: 0 !important;
}
.statistics-container {
.statistics-statistic {
flex-basis: 50%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment