Skip to content
Snippets Groups Projects
Commit b4cd863e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Make the footer content reflow when too small

parent 4edaa991
No related branches found
No related tags found
No related merge requests found
...@@ -469,9 +469,13 @@ export class AppShell extends ScopedElementsMixin(LitElement) { ...@@ -469,9 +469,13 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
} }
footer { footer {
display: grid; display: flex;
grid-gap: 1em; justify-content: end;
grid-template-columns: 1fr max-content max-content max-content; flex-wrap: wrap;
}
footer > * {
margin: 0.5em 0 0 1em;
} }
footer a { footer a {
......
auth @ c43e6492
Subproject commit 2e179331c2f7572a85e98c825736a3c93494e1ea Subproject commit c43e6492d972c7e52adc74ba4274aba8b2917a1c
common @ f9b54e21
Subproject commit 821137e246fdcee9ccb04e4cfe420e7abec3186e Subproject commit f9b54e21132f7a3c5348a7046ef18234bee2f00b
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