Stop register buttons from landing on top of each other
This commit is contained in:
parent
ef7b4bb2bd
commit
ce9cd823f0
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user