فهرست منبع

fix: News item divider has no top/bottom margin

Owen Diffey 3 سال پیش
والد
کامیت
3198815b4c
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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;