center settings page and fix text colors

This commit is contained in:
Benedikt Rötsch
2017-10-05 09:34:18 +02:00
committed by Benedikt Rötsch
parent d2493528ae
commit 17b52868e2
5 changed files with 35 additions and 6 deletions

View File

@@ -1,5 +1,13 @@
@block layout-centered {
width: 100%;
max-width: var(--content-max-width);
margin: 0 auto;
padding: 0 2vw;
}
@block layout-centered-small {
width: 100%;
max-width: calc(var(--content-max-width) - 360px);
margin: 0 auto;
padding: 0 2vw;
}