diff options
| author | Bobby <[email protected]> | 2022-09-20 22:36:14 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-20 22:36:14 -0400 |
| commit | 46e0c0c700f3fc700952cbc9dad2f7e04719456b (patch) | |
| tree | 4543b97b9339494e9c21d53e3ec5dd51c314587c /static/css/main.css | |
| parent | f807ffcf7101d1022e5057c14316e9aa1680e5bc (diff) | |
| download | thatcomputerscientist-46e0c0c700f3fc700952cbc9dad2f7e04719456b.tar.xz thatcomputerscientist-46e0c0c700f3fc700952cbc9dad2f7e04719456b.zip | |
Fixed tables for phones
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 3fd33257..35fe5b56 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -306,4 +306,17 @@ summary { display: block; } + .table { + width: 100%; + table-layout: fixed; + word-wrap: break-word; + } + + .float-right { + position: initial; + } + + .content { + min-height: auto; + } } |
