瀏覽代碼

moved the wwrapper css into the right file

master
XeonSquared 5 年之前
父節點
當前提交
0ec0fb0b91
共有 2 個檔案被更改,包括 10 行新增3 行删除
  1. +0
    -3
      static/css/columns.css
  2. +10
    -0
      static/css/haiku.css

+ 0
- 3
static/css/columns.css 查看文件

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

+ 10
- 0
static/css/haiku.css 查看文件

@@ -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…
取消
儲存