Styling and improvements

This commit is contained in:
2026-06-10 12:47:29 +02:00
parent 177e959bbd
commit 926a4fcc42
10 changed files with 386 additions and 33 deletions
+6 -1
View File
@@ -60,7 +60,7 @@ body {
display: flex;
justify-content: center;
flex-direction: column;
max-width: 40%;
max-width: 60%;
margin: 0 auto;
background-color: variables.$rundbgbackgroundcolor;
padding-bottom: 96px;
@@ -106,6 +106,11 @@ body {
&.login {
margin-top: 96px;
max-width: 40%;
}
&.home {
padding-top: 16px;
}
}