Drupal: popravek mobilnik.

This commit is contained in:
Robert 2021-07-28 09:04:11 +02:00
parent 26272b1a1d
commit 9fab522faf
2 changed files with 18 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -311,16 +311,26 @@
height: 7rem;
}
.paketi {
.compare-col {
-webkit-flex: 0 0 31%;
-ms-flex: 0 0 31%;
flex: 0 0 31%;
.compare-row {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
.ct {
padding-right: 1px;
padding-left: 1px;
.compare-col {
-webkit-flex: 0 0 31%;
-ms-flex: 0 0 31%;
flex: 0 0 31%;
.ct {
padding-right: 1px;
padding-left: 1px;
}
}
}
.accordion-title {
line-height: 20px;
}
}
}