diff options
author | gumi <git@gumi.ca> | 2019-07-24 15:42:22 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 15:42:41 -0400 |
commit | d86b1b26db8e7011764e4c49d931746d5e2a03a4 (patch) | |
tree | 37e8da63fd003f6784da47692854aa513e41215a /src | |
parent | 50e60e5c4b2e4be3946598bca3967c485735aab3 (diff) | |
download | website-d86b1b26db8e7011764e4c49d931746d5e2a03a4.tar.gz website-d86b1b26db8e7011764e4c49d931746d5e2a03a4.tar.bz2 website-d86b1b26db8e7011764e4c49d931746d5e2a03a4.tar.xz website-d86b1b26db8e7011764e4c49d931746d5e2a03a4.zip |
improve readability of page contents
Diffstat (limited to 'src')
-rw-r--r-- | src/App.vue | 1 | ||||
-rw-r--r-- | src/components/News.vue | 7 |
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; |