mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-19 13:22:28 +00:00
Add an offset before content
This commit is contained in:
parent
2d076e318a
commit
34927a8d00
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue