aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-04 10:41:02 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-04 10:41:02 -0600
commit7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d (patch)
tree8fb24ce43e892a647feab63c0efd260acf8092d3
parent920730f97085c015aa15a0b558bdba3bc13d0c4c (diff)
downloadwormhole-7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d.tar.gz
wormhole-7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d.tar.bz2
wormhole-7c32ed0dfc1f63aeb03d9992df5ebce9f6f0098d.zip
Fix css
-rw-r--r--assets/main.css2
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;
}