Change page content max width

This commit is contained in:
2023-05-07 21:45:55 +02:00
parent 97f3580f69
commit ab50b61295
2 changed files with 65 additions and 57 deletions

View File

@@ -33,6 +33,12 @@ p a {
}
}
.page-content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.v-overlay__scrim {
background: rgb(var(--v-theme-background)) !important;
opacity: 0.9 !important;