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