aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-04 17:50:32 +0200
committerJasper Van der Jeugt2020-08-04 17:50:32 +0200
commitcb3682637a9a45ee088fd134e8ba67d8114886b7 (patch)
tree051e2d99485e6673748b5e7534a26d57c6979cb4 /client/style.css
parent2754a7cd9c16875f6e8d47e48e2611be9bb26985 (diff)
Small style changes
Diffstat (limited to '')
-rw-r--r--client/style.css19
1 files changed, 16 insertions, 3 deletions
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;
}