diff --git a/_layouts/announcement.html b/_layouts/announcement.html index 240a7e16..3451611f 100644 --- a/_layouts/announcement.html +++ b/_layouts/announcement.html @@ -8,5 +8,7 @@

{{ page.title }}

{% assign minutes = content | strip_html | number_of_words | divided_by: 180.0 | round %} {{ minutes }} min read - {{ content }} +
+ {{ content }} +
diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index eea5bc86..919164e8 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -25,11 +25,6 @@ border-bottom: none !important; } - p { - margin-top: 0; - margin-bottom: 0.5em; - } - .label { border-radius: $border-radius; margin-left: 0;