[CSS] Fxed SoC pages top padding at certan screen widths.
This commit is contained in:
parent
736d35428a
commit
8c0dd20720
@ -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 {
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user