Skip to content

Commit 7b8b6f7

Browse files
committed
Add a style for images.
1 parent 7332eb0 commit 7b8b6f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sass/_base.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@ ul {
164164
}
165165
}
166166

167+
img {
168+
box-sizing: border-box;
169+
max-width: 100%;
170+
max-height: 50ch;
171+
padding: 1em;
172+
}
173+
167174
footer {
168175
margin-top: 3rem;
169176
font-size: 0.75em;

0 commit comments

Comments
 (0)