diff options
author | Marvin Borner | 2021-01-26 13:12:41 +0100 |
---|---|---|
committer | Marvin Borner | 2021-01-26 13:12:41 +0100 |
commit | 39652bd9c908247139d177b02f1126cb5e07c119 (patch) | |
tree | e6e42a16249e9d15dececd451ec923c56837be15 /questions/public/style.css | |
parent | 40035bd9cea21c4173f6727ba54d94f4fde44a9c (diff) |
Some minor changes lol
Diffstat (limited to 'questions/public/style.css')
-rw-r--r-- | questions/public/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
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 { |