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 {
|
img {
|
||||||
height: 500px;
|
width: 100%;
|
||||||
max-width: 100%;
|
height: auto;
|
||||||
max-height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue