Skip to content

Commit

Permalink
Update font size and line height
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <mohin@appscode.com>
  • Loading branch information
mohin7 committed Jul 20, 2023
1 parent be90931 commit 4c091c6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/articles/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<section class="article-details-area">
<div class="container">
<!-- is-centered -->
<div class="columns">
<div class="column is-12">
<div class="columns is-centered">
<div class="column is-10">
<div class="full-info">{{ .Content }}</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions static/assets/sass/components/_articles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,15 @@
.article-details-area {
margin-top: 140px;

.full-info p {
font-size: 18px;
line-height: 180%;
}

.meta {
margin-bottom: 20px;
}

}

/*=================================================================================================
Expand Down
4 changes: 4 additions & 0 deletions static/assets/sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12501,6 +12501,10 @@ Responsive Classes
.article-details-area {
margin-top: 140px;
}
.article-details-area .full-info p {
font-size: 18px;
line-height: 180%;
}
.article-details-area .meta {
margin-bottom: 20px;
}
Expand Down

0 comments on commit 4c091c6

Please sign in to comment.