Skip to content

Commit d800718

Browse files
committed
more style fixes
1 parent 2fcacfe commit d800718

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/routes/blog/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
}
77

88
.blogtitle {
9-
font-size: 1.8rem;
10-
font-weight: 500;
9+
font-size: 2.2rem;
10+
font-weight: 400;
1111
}
1212

1313
.blogbody {
1414
font-size: 1.2rem;
1515
}
16+
17+
.blogbody img {
18+
max-width: 100%;
19+
}

0 commit comments

Comments
 (0)