properly apply site wrap classes to style wide version

fixes #12
This commit is contained in:
2021-06-03 07:46:47 -05:00
parent cac6b40af5
commit afbfab338f
4 changed files with 12 additions and 13 deletions

View File

@@ -11,16 +11,15 @@ body {
-webkit-text-size-adjust: 100%;
}
.site-wrap {
.site-wrap-normal-width {
max-width: 70pc;
min-height: 100vh;
margin: 0;
margin-left: auto;
margin-right: auto;
}
.site-wrap-wide {
max-width: 95pc;
.site-wrap-double-width {
max-width: 140pc;
}
.site-wrap {
min-height: 100vh;
margin: 0;
margin-left: auto;