Set max-width for widescreen monitors

This commit is contained in:
Oliver Traber 2022-01-15 21:29:46 +01:00
parent 16da1ac25c
commit 877ee40084
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C

View file

@ -125,8 +125,8 @@ export default {
height: 100vh; height: 100vh;
} }
.content-wrapper { .content-wrapper {
min-width: 60%; width: 65%;
max-width: 95%; max-width: 1320px;
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 3rem; margin-bottom: 3rem;
} }