Limit img size to max-width: 100%
.
This commit is contained in:
parent
6d7078ae01
commit
84b86e456b
1 changed files with 4 additions and 0 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue