From 39652bd9c908247139d177b02f1126cb5e07c119 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 26 Jan 2021 13:12:41 +0100 Subject: Some minor changes lol --- questions/public/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'questions/public/style.css') diff --git a/questions/public/style.css b/questions/public/style.css index 4c395e9..12b4721 100644 --- a/questions/public/style.css +++ b/questions/public/style.css @@ -63,9 +63,14 @@ div.bar div[data-current="true"] { background: #0078e7; } -.back-skip, .answer-buttons { +.back-skip, +.answer-buttons { display: flex; - flex-wrap: nowrap; + flex-wrap: wrap; +} + +.answer-btn { + width: 100%; } .back-skip button { -- cgit v1.2.3