chore: improve form styles

This commit is contained in:
Björn Fromme
2024-12-04 10:22:38 +01:00
parent 2454cfa682
commit b2c4952e3f
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body class="bg-white text-gray-700 font-sans antialiased">
<body class="bg-white text-gray-700 font-sans antialiased scroll-mt-[128px]">
{% block body %}{% endblock %}
</body>
</html>