Limit img size to max-width: 100%.

This commit is contained in:
Sergio Martínez Portela 2023-01-05 20:52:26 +01:00
parent 6d7078ae01
commit 84b86e456b

View File

@ -125,6 +125,10 @@ a.img {
display: block; display: block;
} }
img {
max-width: 100%;
}
@font-face { @font-face {
font-family: "Atkinson Hyperlegible"; font-family: "Atkinson Hyperlegible";
src: url('./fonts/atkinson-hyperlegible/eot/Atkinson-Hyperlegible-Regular-102.eot'); src: url('./fonts/atkinson-hyperlegible/eot/Atkinson-Hyperlegible-Regular-102.eot');