summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-19 20:34:17 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-19 20:34:17 -0700
commit67933574b0cb1ef3ad6391fb87d16e9720965279 (patch)
tree81f1a99d398055e5385275c7328f2555456a7795 /static
parent1661c0d2077f49df28f1eef7879319b533e4ad72 (diff)
downloadhatecomputers.club-67933574b0cb1ef3ad6391fb87d16e9720965279.tar.gz
hatecomputers.club-67933574b0cb1ef3ad6391fb87d16e9720965279.zip
fix club member size for mobile
Diffstat (limited to 'static')
-rw-r--r--static/css/club.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/club.css b/static/css/club.css
index 747f2d0..47f8ea0 100644
--- a/static/css/club.css
+++ b/static/css/club.css
@@ -18,7 +18,7 @@
justify-content: space-around;
gap: 10px;
max-width: 600px;
- min-width: 400px;
+ min-width: 300px;
line-break: anywhere;
}