[CSS] Fxed SoC pages top padding at certan screen widths.

This commit is contained in:
Eliseu Amaro 2021-09-13 13:44:54 +01:00
parent 736d35428a
commit 8c0dd20720
3 changed files with 5 additions and 3 deletions

View File

@ -129,10 +129,12 @@ hr {
height: 3rem !important; height: 3rem !important;
width: 3rem !important; width: 3rem !important;
} }
.soc {
position: relative !important;
}
.content, .content,
.ribbon-wrapper, .ribbon-wrapper,
.content-team { .content-team {
top: 0 !important;
padding: 1.5rem !important; padding: 1.5rem !important;
} }
.content-team .g .l-box-lrg:last-child { .content-team .g .l-box-lrg:last-child {

View File

@ -33,7 +33,7 @@
</div> </div>
</header> </header>
<div class="content-wrapper"> <div class="content-wrapper">
<div class="content"> <div class="content soc">
<h2 class="content-head is-center">Summer of Code 2021</h2> <h2 class="content-head is-center">Summer of Code 2021</h2>

View File

@ -28,7 +28,7 @@
</header> </header>
<div class="content-wrapper"> <div class="content-wrapper">
<div class="content"> <div class="content soc">
<h2 class="content-head is-center">Summer of Code</h2> <h2 class="content-head is-center">Summer of Code</h2>