Skip to content

Commit

Permalink
Wrap announcement content in div for collapsing margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Aug 18, 2020
1 parent 0f4288f commit 99656f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _layouts/announcement.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ <h2>{{ page.title }}</h2>
{% assign minutes = content | strip_html | number_of_words | divided_by: 180.0 | round %}
{{ minutes }} min read
</span>
{{ content }}
<div>
{{ content }}
</div>
</div>
5 changes: 0 additions & 5 deletions _sass/custom/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
border-bottom: none !important;
}

p {
margin-top: 0;
margin-bottom: 0.5em;
}

.label {
border-radius: $border-radius;
margin-left: 0;
Expand Down

0 comments on commit 99656f0

Please sign in to comment.