Skip to content

Commit 58be2e6

Browse files
Reduces blog card font size to prevent bad spacing (#40)
1 parent 43d0db3 commit 58be2e6

File tree

3 files changed

+35
-13
lines changed

3 files changed

+35
-13
lines changed

dist/static-main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/partials/static/_blog.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $white: #ffffff;
7777
// Blog Card Title
7878
.blog-card-content-title {
7979
font-family: $blog-card-title-font-family;
80-
font-size: 1.5rem;
80+
font-size: 1.25rem;
8181
font-weight: bold;
8282
margin-bottom: .5rem;
8383
}
@@ -136,6 +136,9 @@ $white: #ffffff;
136136
flex-grow: 2;
137137
height: auto;
138138
width: 90%;
139+
.blog-card-content-title {
140+
font-size: 1.5rem;
141+
}
139142
}
140143
// Blog Card "Read More" Button
141144
.blog-card-content-button {

0 commit comments

Comments
 (0)