forked from planex/defiance
fix issue where images don't resize properly
This commit is contained in:
parent
42fb12e763
commit
356a9139a6
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ body {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue