From 3ad11a47882993b91d8b66ee827af3c3510d417b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 20 Jan 2023 23:35:43 +0100 Subject: [PATCH] Reduce the font of the feed description --- src/viewer/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/viewer/App.vue b/src/viewer/App.vue index a0fbe8a..7287a85 100644 --- a/src/viewer/App.vue +++ b/src/viewer/App.vue @@ -15,8 +15,8 @@
-

-

+ +

@@ -190,7 +190,7 @@ main { font-size: 1.25em; .description { - max-width: 45em; + padding: 1em; text-align: justify; } }