Revert "alternate dash 2"

This reverts commit b89e7d3430.
This commit is contained in:
2025-04-17 19:35:25 +02:00
parent a3c5ae0b86
commit 9d094704b9
5 changed files with 39 additions and 46 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -5,30 +5,27 @@ body {
/* Dashboard page */
.grid-container {
display: flex;
grid-template-columns: auto auto auto auto auto;
display: grid;
grid-template-columns: auto auto auto;
gap: 20px;
background-color: lightslategray;
padding-top: 20px;
margin-left: 10%;
margin-right: 10%;
justify-content: center;
}
.grid-container > div {
height: fit-content;
width: 200px;
width: 400px;
padding-top: 5px;
padding-bottom: 5px;
border: 2px solid black;
border-radius: 10px;
box-shadow: 5px 5px 10px black;
font-weight: bold;
}
.fit-picture {
width: 175px;
width: 45px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid black;
@@ -36,14 +33,6 @@ body {
box-shadow: 0px 0px 5px black;
}
.url {
font-weight: normal;
}
.name {
margin-left: 60px;
}
/* Login page */
.form {
display: block;