Parcourir la source

Fix: -15px should never existed

pull/169/head
winkidney il y a 5 ans
committed by Isaac Bythewood
Parent
révision
1a165ec631
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. +0
    -5
      pinry-spa/src/components/Pins.vue

+ 0
- 5
pinry-spa/src/components/Pins.vue Voir le fichier

@@ -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;


Chargement…
Annuler
Enregistrer