summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/App.vue1
-rw-r--r--src/components/News.vue7
2 files changed, 6 insertions, 2 deletions
diff --git a/src/App.vue b/src/App.vue
index 219987a..d6ccd44 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -77,6 +77,7 @@
min-width: 890px;
padding-bottom: 200px;
border-radius: 15px 0 0 15px;
+ text-align: justify;
}
}
}
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;