summaryrefslogtreecommitdiff
path: root/src/components/News.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/News.vue')
-rw-r--r--src/components/News.vue7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/News.vue b/src/components/News.vue
index 606c1a7..ac24144 100644
--- a/src/components/News.vue
+++ b/src/components/News.vue
@@ -14,9 +14,12 @@
<style scoped>
.news .entry {
margin-bottom: 1em;
+ hyphens: auto;
&:nth-of-type(1n + 2) {
- margin-top: 2em;
+ margin-top: 3em;
+ padding-top: 1em;
+ border-top: solid 0.4ex rgba(0, 0, 0, 0.1);
}
& > a {
@@ -30,7 +33,7 @@
}
& .body {
- margin-top: 5px;
+ margin-top: 1ex;
& :any-link {
color: inherit;