Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 6f6a47a

Browse files
firthhpracticalli-johnny
authored andcommitted
Ensuring images inside a tags don't break mobile layout (#6)
1 parent d47547e commit 6f6a47a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ section.module p {
2222
font-weight: 300;
2323
}
2424

25+
a img {
26+
max-width: 100%;
27+
}
28+
2529
section.module.content {
2630
padding-top: 2%;
2731
padding-bottom: 1%;

0 commit comments

Comments
 (0)