fix: style of menu

This commit is contained in:
Paul Bienkowski 2021-11-30 19:51:33 +01:00
parent 66ab9a73ef
commit 54cc80e5bc

View file

@ -12,12 +12,6 @@
}
}
.menu {
> :global(.ui.container) {
height: @menuHeight;
}
}
.footer {
margin-top: auto;
min-height: 12rem;
@ -79,6 +73,11 @@
}
.menu {
> :global(.ui.container) {
height: @menuHeight;
align-items: stretch;
}
align-items: center;
justify-content: center;
color: white;