changeset 156:b01b58d06894

css: set max_width for box--medium
author Goffi <goffi@goffi.org>
date Mon, 02 Jul 2018 21:34:28 +0200
parents 954759f0e8fa
children 79e9d7bcd96e
files sat_templates/default/static/styles.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/default/static/styles.css	Thu Jun 21 01:12:40 2018 +0200
+++ b/sat_templates/default/static/styles.css	Mon Jul 02 21:34:28 2018 +0200
@@ -680,6 +680,7 @@
 
     .box--medium {
         width: 33rem;
+        max-width: 100%;
     }
 
     .box--hollow {