tema: sillabazione griglia su mobile
This commit is contained in:
parent
6d380df2de
commit
25a7d99a53
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue