aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-16 12:33:21 +0200
committerJasper Van der Jeugt2020-08-16 12:33:21 +0200
commitd543ef8b1f68a23f9bc3706363fc3807ccbabf30 (patch)
tree3d933f13ab57bf0ff2c625394cc1f4de0020af63 /client
parent5a3fc14c1a92b28423d1b64b64e12d0502a90219 (diff)
Room list styling
Diffstat (limited to 'client')
-rw-r--r--client/style.css9
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;