fix issue where images don't resize properly

This commit is contained in:
ch0ccyra1n 2022-08-30 21:06:37 -07:00
parent 42fb12e763
commit 356a9139a6

View file

@ -34,6 +34,11 @@ body {
justify-content: center;
}
img {
max-width: 100%;
max-height: 100%;
}
header h1 {
text-align: center;
}