feat: standardises top spacing of page layout (#2848)

This commit is contained in:
Arc
2024-12-19 15:14:30 +01:00
committed by GitHub
parent 31664a4ba0
commit 146a74761a
3 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{% extends "base.html" %} {% from "macros.jinja" import window_vars with context
%} {% block page %}
<div class="row q-col-gutter-md justify-center">
<div class="col q-my-md">
<div class="col q-mb-md">
<q-btn
:label="$t('save')"
color="primary"