make logo image responsive

This commit is contained in:
Nek0 - 2022-08-07 17:57:41 +02:00
parent 8fdd6f3398
commit 347df1a8d6
1 changed files with 2 additions and 1 deletions

View File

@ -13,9 +13,10 @@ body {
margin: 5ex;
}
header, .logo *{
header, .logo img{
margin: 0 auto;
display: block;
width: 80%;
}
h1 {