This commit is contained in:
2026-06-09 01:10:40 +02:00
parent 897536afc9
commit 09b3a19a33
9 changed files with 409 additions and 110 deletions

View File

@@ -7,13 +7,13 @@
<style lang="scss" scoped>
@media screen and (min-width: 1200px){
.fixed-layout {
width: 1100px;
width: 1150px;
}
}
@media screen and (max-width: 1200px){
.fixed-layout {
max-width: 1100px;
max-width: 1150px;
}
}
</style>