alternate dash

This commit is contained in:
DaanoGames
2025-04-17 14:49:12 +02:00
parent b299299a34
commit ad9e064553
5 changed files with 14 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -15,7 +15,7 @@ body {
}
.grid-container > div {
height: fit-content;
height: 150px;
width: 400px;
padding-top: 5px;
padding-bottom: 5px;
@@ -25,7 +25,7 @@ body {
}
.fit-picture {
width: 45px;
width: 125px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid black;
@@ -33,6 +33,12 @@ body {
box-shadow: 0px 0px 5px black;
}
.name {
font-weight: bold;
font-size: 50px;
margin-top: 20px;
}
/* Login page */
.form {
display: block;