Skip to content
Snippets Groups Projects
Unverified Commit 18c56586 authored by tusooa's avatar tusooa :zap:
Browse files

Fix announcement buttons style on narrow screens

parent e3333ac8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment