diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-24 12:46:34 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-24 12:46:34 -0700 |
| commit | 7d888964614ce765c7158b13b9612c4c7f408793 (patch) | |
| tree | 7c36e7dbffcf62561d2c43e7c5e41e89e86e790e /static | |
| parent | 67933574b0cb1ef3ad6391fb87d16e9720965279 (diff) | |
| download | hatecomputers.club-7d888964614ce765c7158b13b9612c4c7f408793.tar.gz hatecomputers.club-7d888964614ce765c7158b13b9612c4c7f408793.zip | |
about page
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/club.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/club.css b/static/css/club.css index 47f8ea0..c629cab 100644 --- a/static/css/club.css +++ b/static/css/club.css @@ -17,7 +17,7 @@ align-items: center; justify-content: space-around; gap: 10px; - max-width: 600px; + max-width: 500px; min-width: 300px; line-break: anywhere; } @@ -44,5 +44,5 @@ } .about { - flex: 2; + flex: 3; } |
