This commit is contained in:
Renzo
2024-03-06 09:11:01 +01:00
parent 4e9c8f415c
commit 4a70648a98
2 changed files with 37 additions and 15 deletions

View File

@@ -192,7 +192,7 @@ body
#main-waardes
{
display: flex;
justify-content: space-evenly;
justify-content: space-between;
padding: .5rem;
padding-bottom: 0;
width: 100%;
@@ -200,8 +200,8 @@ body
table
{
display: flex;
justify-content: space-around;
// width: 100%;
justify-content: space-between;
width: 100%;
}
}
}