This commit is contained in:
Nikolaj
2025-08-05 10:28:11 +02:00
parent ce5c9534b4
commit a96a8adbc7
5 changed files with 31 additions and 15 deletions

View File

@@ -638,4 +638,13 @@
display: flex;
flex-direction: column;
}
.defenseTable {
border-radius: 10px;
th {
border: 2px black;
padding: 5px;
}
}
}