[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
rodič 736d35428a
revize 8c0dd20720
3 změnil soubory, kde provedl 5 přidání a 3 odebrání

Zobrazit soubor

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

Zobrazit soubor

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

Zobrazit soubor

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