adjust img proportion

This commit is contained in:
PEGeoffroy 2019-09-16 17:09:06 +02:00
parent fa1f86e85d
commit 412d56e10f
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ body {
text-decoration: none;
}
header img{
max-height: 100%;
width: auto;
}
#title{
display: flex;
flex-direction: column;