Fix announcement buttons style on narrow screens
This commit is contained in:
parent
f3d97cf917
commit
54318d31fe
@ -124,10 +124,11 @@
|
||||
.footer .actions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
justify-content: space-evenly;
|
||||
|
||||
.btn {
|
||||
min-width: 10em;
|
||||
flex: 1;
|
||||
margin: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user