From 6f50807f97fc5137808ece161e5d9623e83df023 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sat, 24 Jun 2023 01:50:46 -0300 Subject: agrego pagina principal --- zola/static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'zola/static/style.css') diff --git a/zola/static/style.css b/zola/static/style.css index 3d61611..e1297bc 100644 --- a/zola/static/style.css +++ b/zola/static/style.css @@ -22,10 +22,11 @@ --margin: 2ex; --content-padding-left: 9ex; --content-padding-right: 5ex; - --body-max-width: 120ex; + --body-max-width: 130ex; --body-min-width: 75ex; --body-font-size: 115%; - --content-width: 73ex; + --first-letter-font-size: 140%; + --content-width: 100ex; --dt-font-size: 120%; } @@ -87,7 +88,7 @@ strong { } article p::first-letter { - font-size: 150%; + font-size: var(--first-letter-font-size); color: var(--orange); } -- cgit v1.2.3