Einige Style Bugs und neue Readme

This commit is contained in:
2025-05-06 15:35:44 +02:00
parent 86beaad464
commit adbcb178a8
3 changed files with 13 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ img{
border: 5px solid white;
height: 80vh;
width: 60vw;
width: 50vw;
display: flex;
flex-direction: column;

View File

@@ -79,4 +79,12 @@ tr td:last-child {
.navButtons{
flex-direction: column;
}
select{
border-radius: 8px;
padding: 2px;
border: 2px solid rgba(255, 255, 255, 0.6);
background-color: rgb(63, 63, 63, 0.5);
color: white;
}