Increase the width on wrapper and center on responsive

feature/oscar-theme
Segundo Fdez 2022-03-10 12:43:10 +01:00
parent d3bb2e697d
commit b0ac860c24
2 changed files with 4 additions and 2 deletions

View File

@ -378,7 +378,8 @@ i, em {
} }
/* TODO: move this */ /* TODO: move this */
.wrapper { .wrapper {
max-width: 768px; max-width: 800px;
margin-inline: auto;
} }
@media (min-width: 960px) { @media (min-width: 960px) {
.wrapper { .wrapper {

View File

@ -29,7 +29,8 @@ i, em {
/* TODO: move this */ /* TODO: move this */
.wrapper { .wrapper {
max-width: 768px; max-width: 800px;
margin-inline: auto;
@media (--screen-m) { @media (--screen-m) {
margin-left: calc(20vw + var(--logo-width)); margin-left: calc(20vw + var(--logo-width));
} }