From cb3682637a9a45ee088fd134e8ba67d8114886b7 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 4 Aug 2020 17:50:32 +0200 Subject: Small style changes --- client/style.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index e3824b6..735c5f8 100644 --- a/client/style.css +++ b/client/style.css @@ -2,14 +2,23 @@ html { font-size: 18px; } +body { + display: flex; +} + .card { - padding: 18px; border-radius: 18px; + display: inline-block; + margin: 18px; + padding: 18px; + width: 300px; + vertical-align: text-top; } .black { color: white; background: black; + width: 600px; } .votable { @@ -41,7 +50,11 @@ html { } .blank { - border-bottom: 2px solid white; - display: inline-block; min-width: 42px; + border-bottom: 1px solid white; + display: inline-block; +} + +.filled { + text-decoration: underline; } -- cgit v1.2.3