diff --git a/static/style.css b/static/style.css index a08ae3f..4cd2c57 100644 --- a/static/style.css +++ b/static/style.css @@ -144,7 +144,11 @@ label { font-size: 1.5rem; } .emoji { - font-size: 2rem; + font-size: clamp(1rem, 5vw, 2rem); +} + +.slider { + display: flex; } table.matrix th { diff --git a/templates/date_vote_form.html b/templates/date_vote_form.html index 36a4792..2f6ab2d 100644 --- a/templates/date_vote_form.html +++ b/templates/date_vote_form.html @@ -1,7 +1,7 @@ {% for d in dates %}
-
+
😞 😀 diff --git a/templates/place_vote_form.html b/templates/place_vote_form.html index 412a417..1b2a831 100644 --- a/templates/place_vote_form.html +++ b/templates/place_vote_form.html @@ -1,7 +1,7 @@ {% for d in places %}
-
+
😞 😀 diff --git a/templates/time_vote_form.html b/templates/time_vote_form.html index 747f16c..d174601 100644 --- a/templates/time_vote_form.html +++ b/templates/time_vote_form.html @@ -1,7 +1,7 @@ {% for d in times %}
-
+
😞 😀