We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747b989 commit 8743502Copy full SHA for 8743502
2 files changed
src/components/FromTheBlog/FromTheBlog.css
@@ -32,7 +32,7 @@
32
}
33
34
.from-blog__eyebrow {
35
- margin: 0 0 14px;
+ margin: 0 0 4px;
36
font-size: 13px;
37
font-weight: 600;
38
text-transform: uppercase;
@@ -58,7 +58,7 @@
58
59
60
.from-blog__subtitle {
61
- margin: 10px 0 0;
+ margin: 4px 0 0;
62
font-size: 16px;
63
color: var(--fb-muted);
64
src/components/blogCarousel/blogCarousel.css
@@ -590,7 +590,7 @@
590
letter-spacing: 0.15em;
591
592
color: #16a34a;
593
- margin: 0 0 0.5rem;
+ margin: 0 0 0.25rem;
594
595
596
[data-theme="dark"] .blog-section-eyebrow {
@@ -615,7 +615,7 @@
615
.blog-section-subtitle {
616
617
color: #4b5563;
618
- margin: 0.5rem 0 0;
+ margin: 0.25rem 0 0;
619
620
621
[data-theme="dark"] .blog-section-subtitle {
0 commit comments