Browse Source

style: remove margin from last P

George Cushen 3 năm trước cách đây
mục cha
commit
52d2c4f97a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      wowchemy/assets/scss/wowchemy/_base.scss

+ 4 - 0
wowchemy/assets/scss/wowchemy/_base.scss

@@ -96,6 +96,10 @@ p {
   margin-bottom: 1rem;
 }
 
+p:last-child {
+  margin-bottom: 0;
+}
+
 /* Lists */
 ul,
 ol,