Ver Fonte

fix: News item divider has no top/bottom margin

Owen Diffey há 3 anos atrás
pai
commit
3198815b4c
1 ficheiros alterados com 4 adições e 0 exclusões
  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;