Stop register buttons from landing on top of each other

This commit is contained in:
Martin Asprusten 2026-05-22 12:48:36 +02:00
parent ef7b4bb2bd
commit ce9cd823f0

View File

@ -102,9 +102,7 @@ label {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-left: 20px;
margin-right: 20px;
justify-content: space-around;
}
.standard-activities-div {