This commit is contained in:
Nikolaj
2025-08-05 09:46:20 +02:00
parent 270c7cedca
commit 5311271d27
8 changed files with 25 additions and 12 deletions

View File

@@ -146,7 +146,7 @@
flex-direction: column;
align-items: center;
width: 200px;
height: 400px;
height: 500px;
border-right: #5e0000;
}
@@ -252,7 +252,7 @@
.vertLine {
position: absolute;
height: 416px;
height: 490px;
float: left;
left: 216px;
bottom: 0px;
@@ -330,6 +330,7 @@
border: none;
padding: 0px 10px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
}
.horLine {
@@ -337,7 +338,7 @@
position: absolute;
right: 0px;
height: 5px;
bottom: 411px;
bottom: 511px;
background-color: #5e0000;
}