Commit e761cd6f authored by Jeff Reiner's avatar Jeff Reiner Committed by Hayden Adams

🐛 fix bug w/ wrapper width

no more breakpoints, just max width #183
parent c04c56bf
...@@ -4,12 +4,9 @@ ...@@ -4,12 +4,9 @@
&__switch-wrapper { &__switch-wrapper {
height: 100%; height: 100%;
position: relative; position: relative;
margin: auto;
@media only screen and (min-width : 768px) { max-width: 560px;
margin: auto; width: 100%;
max-width: 560px;
width: 100%;
}
& > div { & > div {
position: absolute; position: absolute;
...@@ -24,9 +21,6 @@ ...@@ -24,9 +21,6 @@
#app-container { #app-container {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
@extend %col-nowrap;
@media only screen and (min-width : 768px) { @extend %col-nowrap;
//max-width: 560px;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment