mirror of https://github.com/fluxcd/website.git
smaller .page margin on mobile
Signed-off-by: Juozas Gaigalas <juozasgaigalas@gmail.com>
This commit is contained in:
parent
32c6b2f618
commit
dedbd15863
|
|
@ -1,3 +1,6 @@
|
|||
.page {
|
||||
margin-top: 6rem;
|
||||
@include media-breakpoint-down(md) {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue