Skip to content

Commit 242c3ec

Browse files
committed
more style fixes
1 parent 03d767a commit 242c3ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/routes/blog/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
font-size: 2.2rem;
1010
font-weight: 400;
1111
margin-bottom: 8px;
12+
line-height: 1;
1213
}
1314

1415
.blogbody {
@@ -33,9 +34,10 @@
3334
}
3435

3536
.blogcover {
36-
height: 400px;
37+
height: 30vh;
3738
background-size: cover;
3839
background-color: #eee;
40+
background-position: center;
3941
}
4042

4143
.loadingPlaceholder .blogtitle {

src/routes/blogs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
h2 {
2222
font-weight: 400;
2323
font-size: 24px;
24-
margin: 48px 0 12px 0;
24+
margin: 16px 0 12px 0;
2525
}
2626

2727
.tag {

0 commit comments

Comments
 (0)