feat: fix symfony style

This commit is contained in:
ZeKap 2024-02-21 16:56:47 +01:00
parent c29e6ef16f
commit 5e4e0b47aa
No known key found for this signature in database
GPG Key ID: 8D70E0631DD5792A

View File

@ -18,7 +18,12 @@ a {
/*Main content (between header and footer)*/
body > main {
min-height: calc(100vh - ((3.2rem + 2*0.75rem) + 6rem) + 1px);
min-height: calc(100vh - ((2rem + 2*0.75rem) + 6rem));
}
/*fix symfony template style*/
.example-wrapper {
margin: 0 1em !important;
}
header {