Sam did something

This commit is contained in:
2026-05-13 13:31:56 +02:00
parent 52387f7333
commit c6a4a24fb6
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
.headline {
font-size: 30px;
font-weight: bold;
text-align: center;
}
+8
View File
@@ -4,6 +4,7 @@
@use "components/sidebar";
@use "components/tickets";
@use "components/diagnostics";
@use "components/frontpage";
body {
background: variables.$color-bg;
@@ -36,3 +37,10 @@ body {
.content { margin-left: 0; }
}
form {
align-content: center;
input, button {
display: block;
}
}