aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/flexcontainer.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/modules/flexcontainer.css')
-rw-r--r--web_src/css/modules/flexcontainer.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web_src/css/modules/flexcontainer.css b/web_src/css/modules/flexcontainer.css
index 0b559f1e7d..1ca513687f 100644
--- a/web_src/css/modules/flexcontainer.css
+++ b/web_src/css/modules/flexcontainer.css
@@ -2,7 +2,8 @@
.flex-container {
display: flex !important;
- gap: 16px;
+ gap: var(--page-spacing);
+ margin-top: var(--page-spacing);
}
.flex-container-nav {