diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-14 18:36:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-14 18:36:26 +0200 |
commit | acfbe3ef89f617129f3739578375018f768c6017 (patch) | |
tree | fea453d1d87a3cec9f5b3150ae8af67652d9e612 /views/tm_pool.pug | |
parent | 682b47a0680ea839ed3537fce57e452fe6004c1c (diff) | |
download | server-acfbe3ef89f617129f3739578375018f768c6017.tar.gz |
Tweak tournament page layouts.
Diffstat (limited to 'views/tm_pool.pug')
-rw-r--r-- | views/tm_pool.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/tm_pool.pug b/views/tm_pool.pug index d801375..73a52e4 100644 --- a/views/tm_pool.pug +++ b/views/tm_pool.pug @@ -6,7 +6,7 @@ html title= pool.pool_name style. @media (max-width: 500px) { - table { + table.wide { font-family: var(--font-widget); font-size: 12px; line-height: 16px; |