Desktop Width constraint set to 900px

This commit is contained in:
Tenzin Passang 2021-12-30 11:53:43 +02:00
parent 21f02a8149
commit 6221eaa1bc
5 changed files with 15 additions and 7 deletions

View file

@ -187,7 +187,7 @@ export default {
.main {
@media #{map-get($display-breakpoints, 'lg-and-up')} {
margin: 0 auto;
width: $main-desktop-width;;
width: $main-desktop-width;
}
}
</style>