Skip to content

Commit 8743502

Browse files
committed
fix(blog): reduce vertical gap between text lines (#1982)
1 parent 747b989 commit 8743502

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/FromTheBlog/FromTheBlog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
.from-blog__eyebrow {
35-
margin: 0 0 14px;
35+
margin: 0 0 4px;
3636
font-size: 13px;
3737
font-weight: 600;
3838
text-transform: uppercase;
@@ -58,7 +58,7 @@
5858
}
5959

6060
.from-blog__subtitle {
61-
margin: 10px 0 0;
61+
margin: 4px 0 0;
6262
font-size: 16px;
6363
color: var(--fb-muted);
6464
}

src/components/blogCarousel/blogCarousel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@
590590
letter-spacing: 0.15em;
591591
text-transform: uppercase;
592592
color: #16a34a;
593-
margin: 0 0 0.5rem;
593+
margin: 0 0 0.25rem;
594594
}
595595

596596
[data-theme="dark"] .blog-section-eyebrow {
@@ -615,7 +615,7 @@
615615
.blog-section-subtitle {
616616
font-size: 16px;
617617
color: #4b5563;
618-
margin: 0.5rem 0 0;
618+
margin: 0.25rem 0 0;
619619
}
620620

621621
[data-theme="dark"] .blog-section-subtitle {

0 commit comments

Comments
 (0)