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;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-around;
|
||||||
margin-left: 20px;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.standard-activities-div {
|
.standard-activities-div {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user