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 @@
&__switch-wrapper {
height: 100%;
position: relative;
@media only screen and (min-width : 768px) {
margin: auto;
max-width: 560px;
width: 100%;
}
& > div {
position: absolute;
......@@ -24,9 +21,6 @@
#app-container {
width: 100vw;
height: 100vh;
@extend %col-nowrap;
@media only screen and (min-width : 768px) {
//max-width: 560px;
}
@extend %col-nowrap;
}
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