Skip to content

Commit 331f2f4

Browse files
committed
tweak blog header
1 parent a6bfb74 commit 331f2f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/blog.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main > h1 {
1414
main > header {
1515
border-bottom: var(--border-size-2) solid var(--brand-color-dark);
1616
margin-block-end: var(--size-4);
17-
max-inline-size: 100%;
17+
max-inline-size: 100ch;
1818
}
1919

2020
main > header > h1 {
@@ -43,7 +43,8 @@ main > header > h1 {
4343
}
4444

4545
.blog-listing picture {
46-
margin-block-end: var(--size-4);
46+
display: block;
47+
margin-block-end: var(--size-3);
4748
}
4849

4950
.author-block {

0 commit comments

Comments
 (0)