Merge branch 'main' of gitpro:ThomasRubini/ProjetSymfony
This commit is contained in:
commit
4a9b489882
@ -18,7 +18,12 @@ a {
|
|||||||
|
|
||||||
/*Main content (between header and footer)*/
|
/*Main content (between header and footer)*/
|
||||||
body > main {
|
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 {
|
header {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user