Skip to content

Commit f38ded8

Browse files
committed
Align entry-content with entry-summary in home page
1 parent 2bfcc97 commit f38ded8

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

css/style.src.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6228,6 +6228,7 @@ footer.entry-meta {
62286228
.jumbotron .entry-content,
62296229
.jumbotron .entry-summary {
62306230
font-size: 19.2px;
6231+
font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
62316232
}
62326233
@media (min-width: 992px) {
62336234
.jumbotron {

less/scaffolding.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ footer.entry-meta {
100100
.entry-content,
101101
.entry-summary {
102102
font-size:(@font-size-base * 1.2);
103+
font-family: @font-family-sans-serif;
103104
}
104105

105106
@media (min-width: @screen-md) {

style.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.

0 commit comments

Comments
 (0)