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:
parent
1696faf654
commit
8513ef9d4d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user