Fix content alignment

This commit is contained in:
Oleg Ivaniv 2024-11-08 08:43:23 +01:00
parent 860c59778e
commit fdb41fcdbc
No known key found for this signature in database

View file

@ -154,6 +154,7 @@ watch(defaultLocale, (newLocale) => {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
overflow: auto; overflow: auto;
grid-area: content;
} }
.contentFooter { .contentFooter {