From f8b5487e651c87cafdc3f161dd722d62d425656e Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 17 Apr 2023 12:02:35 +0200 Subject: [PATCH] fix font size --- src/css/y.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/y.css b/src/css/y.css index e25d353..4069e07 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -1,6 +1,6 @@ html { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; - font-size: normal; + font-size: large; line-height: 1.5; } html,body { margin: 0; padding: 0; border: 0; } @@ -58,6 +58,7 @@ hr { opacity: 0.3; } white-space: nowrap; } header, footer { text-align: center; } +main#content { clear: both; } #content,.content,footer { padding: 1rem; max-width: 65ch;