moved the wwrapper css into the right file

This commit is contained in:
XeonSquared 2019-03-02 13:14:30 +11:00
parent 9bcd1cf464
commit 0ec0fb0b91
2 changed files with 10 additions and 3 deletions

View File

@ -25,7 +25,4 @@
width: 80%;
padding-left: 10%;
}
.wwrapper {
max-width: 48%;
}
}

View File

@ -40,6 +40,16 @@ body {
padding-bottom: 0.5em;
display: inline-grid;
}
@media screen and (min-width: 1024px) {
.wwrapper {
max-width: 48%;
}
}
@media screen and (max-width: 1023px) {
.wwrapper {
max-width: 100%;
}
}
.wbutton {
display: inline-block;
vertical-align: middle;