diff options
-rw-r--r-- | src/components/News.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/News.vue b/src/components/News.vue index 473c9a1..e3f9bde 100644 --- a/src/components/News.vue +++ b/src/components/News.vue @@ -55,6 +55,14 @@ & .body { margin-top: 1ex; + & > br { + margin-bottom: 1em; + } + + & b { + display: block; + } + & :any-link { color: inherit; text-decoration: none; |