adjust img proportion
This commit is contained in:
parent
fa1f86e85d
commit
412d56e10f
|
@ -59,6 +59,11 @@ body {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
header img{
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#title{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue