From dc29160cb333582914be83161be02e7e406f1d26 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 19:36:27 +0100 Subject: [PATCH] little font adjusment --- proj/y2t/assets/css/fonts.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proj/y2t/assets/css/fonts.css b/proj/y2t/assets/css/fonts.css index 4e2d398..75825bd 100644 --- a/proj/y2t/assets/css/fonts.css +++ b/proj/y2t/assets/css/fonts.css @@ -30,4 +30,14 @@ a { h1 { font-size: 4rem; +} + + +p { + line-height: 1.6rem; +} + +div.promptext { + font-weight: 400; + padding: 5px; } \ No newline at end of file