Correction de bug

Le contenu de la balise <main> passait par dessus le contenu de la balise <head> sur Firefox
This commit is contained in:
Lyanis SOUIDI 2023-01-17 12:36:49 +01:00
parent 1696faf654
commit 8513ef9d4d

View File

@ -2,6 +2,7 @@ header {
overflow: hidden; overflow: hidden;
padding: 20px 10px; padding: 20px 10px;
height: max-content; height: max-content;
min-height: 100px;
} }
header h1 { header h1 {