1894
edycje
Nie podano opisu zmian |
mNie podano opisu zmian |
||
| Linia 263: | Linia 263: | ||
/* Widżety */ | /* Widżety */ | ||
@media screen and (min-width: | @media screen and (min-width: 651px) { | ||
.widget-mobile { display: none; } | .widget-mobile { display: none; } | ||
} | } | ||
@media screen and (max-width: | @media screen and (max-width: 650px) { | ||
.widget-desktop { display: none; } | .widget-desktop { display: none; } | ||
} | } | ||