(Created page with "ββAll CSS here will be loaded for users of the Citizen skin: .citizen-table-wrapper { overflow-x: unset; }") Β |
No edit summary |
||
| Line 2: | Line 2: | ||
.citizen-table-wrapper { | .citizen-table-wrapper { | ||
Β Β Β overflow-x: unset; | Β Β Β overflow-x: unset; | ||
} | |||
@media screen and (min-width: 1120px) | |||
.citizen-footer { | |||
Β Β margin-bottom: 0; | |||
Β Β display: none; | |||
} | } | ||