Correction de bug responsive sur le header

This commit is contained in:
Lyanis SOUIDI 2023-01-09 10:46:30 +01:00
parent 9ef2cfde76
commit 59d5204cb6

View File

@ -2,6 +2,7 @@ header {
overflow: hidden;
background-color: #f1f1f1;
padding: 20px 10px;
height: max-content;
}
header h1 {