changed content width

This commit is contained in:
newick 2019-09-06 12:01:59 +02:00
parent ef9a0fe770
commit 53a550bdc1
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}