From 27494b46cf835e00ec98ff841ed2ba674e4d0378 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sun, 27 Dec 2020 23:12:30 +0100 Subject: [PATCH] Make choices usable on all elements --- css/general/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/general/layout.css b/css/general/layout.css index c39e317835e..c591bba80c3 100644 --- a/css/general/layout.css +++ b/css/general/layout.css @@ -28,11 +28,11 @@ div.double-indent, p.double-indent { text-indent: 4em; } -/* makes avery linue indented */ -div.choices, p.choices { +/* makes avery line indented */ +.choices, .choices { margin-left: 2em; } -div.double-choices, p.double-choices { +.double-choices, .double-choices { margin-left: 4em; } -- GitLab