瀏覽代碼

Fix: -15px should never existed

pull/169/head
winkidney 5 年之前
committed by Isaac Bythewood
父節點
當前提交
1a165ec631
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. +0
    -5
      pinry-spa/src/components/Pins.vue

+ 0
- 5
pinry-spa/src/components/Pins.vue 查看文件

@@ -90,11 +90,6 @@ export default {
/* fn(i)
*/

@media screen and (min-width: 33px) {
#pins-container {
max-width: -15px;
}
}
@media screen and (min-width: 288px) {
#pins-container {
max-width: 240px;


Loading…
取消
儲存