ソースを参照

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;


読み込み中…
キャンセル
保存