forked from planex/defiance
Fix image scaling so it looks good on mobile
This commit is contained in:
parent
5c8d8e2bd1
commit
54d445c5ee
1 changed files with 2 additions and 3 deletions
|
@ -89,9 +89,8 @@ body {
|
|||
}
|
||||
|
||||
img {
|
||||
height: 500px;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue