diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 10:41:02 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 10:41:02 -0600 |
commit | 7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d (patch) | |
tree | 8fb24ce43e892a647feab63c0efd260acf8092d3 /assets | |
parent | 920730f97085c015aa15a0b558bdba3bc13d0c4c (diff) | |
download | wormhole-7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d.tar.gz wormhole-7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d.tar.bz2 wormhole-7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d.zip |
Fix css
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/main.css b/assets/main.css index 12d2b18..f032795 100644 --- a/assets/main.css +++ b/assets/main.css @@ -46,7 +46,7 @@ body { background: var(--white-smoke); } -@media (max-width: 800px) { +@media (max-width: 1000px) { .to-column { flex-direction: column-reverse; } |