Compare commits

1 Commits
Author SHA1 Message Date
jakob.scheid c9f8b513b0 chore: resolve merge conflicts 2026-07-28 19:40:55 +02:00
+4 -4
View File
@@ -64,13 +64,13 @@ watch(colorScheme, (newValue) => {
flex-direction: column; flex-direction: column;
} }
.main-content {
flex-grow: 1;
}
@media (max-width: 48rem) { @media (max-width: 48rem) {
#app-wrapper { #app-wrapper {
--main-content-padding-x: 15px; --main-content-padding-x: 15px;
} }
} }
.main-content {
flex-grow: 1;
}
</style> </style>