Ver código fonte

Fix: -15px should never existed

pull/169/head
winkidney 5 anos atrás
committed by Isaac Bythewood
pai
commit
1a165ec631
1 arquivos alterados com 0 adições e 5 exclusões
  1. +0
    -5
      pinry-spa/src/components/Pins.vue

+ 0
- 5
pinry-spa/src/components/Pins.vue Ver arquivo

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


Carregando…
Cancelar
Salvar