Browse Source

fix: News item divider has no top/bottom margin

Owen Diffey 3 năm trước cách đây
mục cha
commit
3198815b4c
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      frontend/src/App.vue

+ 4 - 0
frontend/src/App.vue

@@ -1905,6 +1905,10 @@ h4.section-title {
 	code {
 		font-style: italic;
 	}
+
+	hr {
+		margin: 10px 0;
+	}
 }
 .checkbox-control {
 	display: flex;