Browse Source

moved the wwrapper css into the right file

master
XeonSquared 5 years ago
parent
commit
0ec0fb0b91
2 changed files with 10 additions and 3 deletions
  1. +0
    -3
      static/css/columns.css
  2. +10
    -0
      static/css/haiku.css

+ 0
- 3
static/css/columns.css View File

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

+ 10
- 0
static/css/haiku.css 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;


Loading…
Cancel
Save