Fix cider list
This commit is contained in:
parent
5acbe64c0a
commit
a855c1736a
6 changed files with 49 additions and 0 deletions
|
@ -279,6 +279,12 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1133px) and (max-width: 1241px) {
|
||||
.row .col-auto {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.col-1 {
|
||||
flex: 0 0 auto;
|
||||
width: 8.33333333%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue