From 4fcb70dca1d5b6a53066e57abcd85895355ee215 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sat, 7 Jul 2018 19:31:04 +0200 Subject: [PATCH] Opdateret CSS for answers fra max-width til width --- _scss/module/_qa.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_scss/module/_qa.scss b/_scss/module/_qa.scss index ebd3159..f1fbc90 100644 --- a/_scss/module/_qa.scss +++ b/_scss/module/_qa.scss @@ -54,7 +54,7 @@ } .qa--answer { - max-width: 40rem; + width: 40rem; p { margin-bottom: 1em; @@ -64,4 +64,4 @@ } } } -} \ No newline at end of file +}