1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-03 03:38:16 +00:00

Fixed arbitrary heights using box-sizing, clean up more loose styling

This commit is contained in:
2022-02-08 20:28:51 +00:00
parent ec6437e2bc
commit 4af91051a0
3 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
.adminContent {
min-height: 91vh;
box-sizing: border-box;
min-height: calc(100vh - 80px);
background-color: $admin-bg;
padding: .5rem 1rem 0 1rem;
padding: .5rem 1rem .5rem 1rem;
@include respond-to('medium') {
padding-left: 2rem;