Skip to content
Snippets Groups Projects
Commit 99656f04 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

Wrap announcement content in div for collapsing margin

parent 0f4288f0
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,7 @@ ...@@ -8,5 +8,7 @@
{% assign minutes = content | strip_html | number_of_words | divided_by: 180.0 | round %} {% assign minutes = content | strip_html | number_of_words | divided_by: 180.0 | round %}
{{ minutes }} min read {{ minutes }} min read
</span> </span>
{{ content }} <div>
{{ content }}
</div>
</div> </div>
...@@ -25,11 +25,6 @@ ...@@ -25,11 +25,6 @@
border-bottom: none !important; border-bottom: none !important;
} }
p {
margin-top: 0;
margin-bottom: 0.5em;
}
.label { .label {
border-radius: $border-radius; border-radius: $border-radius;
margin-left: 0; margin-left: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment