Remove extra spacing around columns view

This commit is contained in:
Alex Shpak
2019-05-27 12:54:31 +02:00
parent 5d475787e1
commit 6d64cc708e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@import "variables";
.markdown-inner {
.markdown-inner { // Util class to remove extra margin in nested markdown content
> :first-child {
margin-top: 0;
}