fix(SW-190): styling fixes

This commit is contained in:
Erik Tiekstra
2024-08-14 12:30:04 +02:00
parent a01aa10bf2
commit e7ec6b09c3
11 changed files with 85 additions and 32 deletions

View File

@@ -1,5 +1,7 @@
.container {
position: relative;
max-width: 100%;
width: 100%;
}
.container.default {
@@ -16,5 +18,4 @@
.container.center {
margin: 0 auto;
width: 100vh;
}