1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00

Added adminContent--full class

This commit is contained in:
2022-04-22 04:41:01 +00:00
parent b0826063fe
commit edbb137899

View File

@@ -10,8 +10,11 @@
} }
@include respond-to('large') { @include respond-to('large') {
margin-left: 20vw;
margin-top: 80px; margin-top: 80px;
&:not(.adminContent--full) {
margin-left: 20vw;
}
} }
} }