Move main content padding frm the app root component to the views

This commit is contained in:
2026-05-23 11:51:49 +02:00
parent f354c1867c
commit 1ebf5780d2
5 changed files with 9 additions and 5 deletions
+5
View File
@@ -29,4 +29,9 @@ body {
input {
color: var(--dark);
}
.main-content-padding {
padding: var(--main-content-padding);
width: calc(100% - var(--main-content-padding-x) * 2);
}