From 197cbcd9bd7f44800c8278fc7dbb4b30ce733019 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 26 Apr 2019 19:01:33 +0200 Subject: [PATCH] Fix styles of dashboard poster --- app/assets/stylesheets/dashboard.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 6b30a3505..62fb6210a 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -589,7 +589,6 @@ p { font-size: rem-calc(18); - max-width: 60%; margin: 0 auto; } @@ -655,7 +654,7 @@ font-size: rem-calc(19); margin-top: rem-calc(50); padding-left: rem-calc(40); - width: 50%; + width: 75%; } } @@ -740,9 +739,9 @@ .poster-footer { display: block; - margin-left: 15cm; + margin-left: 10cm; margin-top: 2cm; - max-width: 55%; + max-width: 75%; padding-left: 4cm; } }