diff options
author | Jasper Van der Jeugt | 2020-08-16 12:33:35 +0200 |
---|---|---|
committer | Jasper Van der Jeugt | 2020-08-16 12:33:35 +0200 |
commit | 915aa0a168dce36013193be1c76a8448e3417556 (patch) | |
tree | b2e669581db6ab32b8851f0436f1ed6636e8e870 /client/style.css | |
parent | e0555c0fc44404befef4eeb51bb7745a79cac1a5 (diff) | |
parent | d543ef8b1f68a23f9bc3706363fc3807ccbabf30 (diff) |
Merge branch 'list-rooms' into main
Diffstat (limited to '')
-rw-r--r-- | client/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/style.css b/client/style.css index 90e6a03..3da29f8 100644 --- a/client/style.css +++ b/client/style.css @@ -118,6 +118,15 @@ button, input { margin-top: 6px; } +.rooms { + max-width: 800px; + margin: auto; +} + +.rooms ul { + text-align: left; +} + footer { font-size: 12px; margin: 60px auto 60px auto; |