tema: sillabazione griglia su mobile

This commit is contained in:
boyska 2018-06-29 16:06:08 +02:00
parent 6d380df2de
commit 25a7d99a53

View file

@ -310,6 +310,14 @@ td.tag-percorso_base::before {
.talk-grid {
font-size: 0.8em;
}
.talk-grid td {
hyphens: auto;
}
}
@media all and (max-width: 1200px), (hover: none), (hover: on-demand), (pointer: coarse) { /* any mobile */
div.container {
width: 100% !important;
}
}
@media all and (max-width: 450px) {
.talk-grid {