chore: scale images down

This commit is contained in:
Jan Christian Grünhage 2022-09-30 21:23:55 +02:00
parent d583017080
commit 9185b10a81
Signed by: jcgruenhage
GPG key ID: EEC1170CE56FA2ED

View file

@ -19,6 +19,11 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.3em
}
img {
max-width: 100%;
height: auto;
}
fieldset {
border: none;
padding: 0;