Fixed bad runner position code. CSS improvements.

This commit is contained in:
2021-09-28 13:07:28 +02:00
parent fff37bd48e
commit c25ef18f21
2 changed files with 15 additions and 6 deletions

View File

@@ -415,10 +415,11 @@ select{
}
.tab-list{
padding: 0;
justify-content: space-around;
justify-content: center;
}
.tab-button{
padding: 0.5rem;
border: thin solid var(--button-color);
}
.ResultTable{
width: 100%;