mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
css: mobile tables
This commit is contained in:
parent
8790fa9021
commit
8a1bc55f86
1 changed files with 10 additions and 0 deletions
|
|
@ -52,6 +52,16 @@ ul {
|
|||
list-style: square;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
|
||||
@media (max-width: 500px) {
|
||||
table {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
|
||||
html, body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue