Change header image height by 2px to prevent bg-color

This commit is contained in:
Fred Boniface 2022-10-20 22:43:42 +01:00
parent a7a1650fc3
commit d0bf5a1242
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top; background-position: top;
background-size: cover; background-size: cover;
height: 275px; height: 273px;
min-width: 100%; min-width: 100%;
max-width: 100%; max-width: 100%;
margin: auto; margin: auto;