From 53a550bdc1ce33f691bffa0cd40a579142dcea05 Mon Sep 17 00:00:00 2001 From: newick Date: Fri, 6 Sep 2019 12:01:59 +0200 Subject: [PATCH] changed content width --- src/assets/scss/atoms/_main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/scss/atoms/_main.scss b/src/assets/scss/atoms/_main.scss index cb902305..527ff8df 100644 --- a/src/assets/scss/atoms/_main.scss +++ b/src/assets/scss/atoms/_main.scss @@ -1,9 +1,9 @@ @charset "UTF-8"; main { - max-width: 500px; // to look like the styleguide, to remove when we will have full width views + max-width: 320px; // to look like the styleguide, to remove when we will have full width views width: 100%; display: block; margin: 0 auto; - padding: 0 1.2rem; + padding: 0 2rem; }