Skip to content
Snippets Groups Projects
Commit 8d15c792 authored by Simon Malesys's avatar Simon Malesys
Browse files

Increase app header responsiveness

parent fe0bc2a0
No related branches found
No related tags found
No related merge requests found
Pipeline #154976 passed
...@@ -108,6 +108,7 @@ function showDownloads(): void { ...@@ -108,6 +108,7 @@ function showDownloads(): void {
.nav-items-list { .nav-items-list {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
justify-content: end;
gap: 34px; gap: 34px;
list-style: none; list-style: none;
margin: 0; margin: 0;
......
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