mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Add an offset before content
This commit is contained in:
parent
2d076e318a
commit
34927a8d00
|
@ -87,3 +87,10 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main {
|
||||||
|
margin-top: $spacer * 5;
|
||||||
|
|
||||||
|
// screen height - top padding - navbar height - footer margin
|
||||||
|
min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3});
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue