Browse Source

Fix: -15px should never existed

pull/169/head
winkidney 5 years ago
committed by Isaac Bythewood
parent
commit
1a165ec631
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      pinry-spa/src/components/Pins.vue

+ 0
- 5
pinry-spa/src/components/Pins.vue View File

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


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


Loading…
Cancel
Save