diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2023-06-24 01:50:46 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2023-06-24 01:50:46 -0300 |
commit | 6f50807f97fc5137808ece161e5d9623e83df023 (patch) | |
tree | 2a16726d32fdede95e0d04d827df1fc7b52c1e80 /zola/static/style.css | |
parent | 6e4ba7778578e32f6bad2fd67025cbbad7bce7d9 (diff) | |
download | ndato.com-6f50807f97fc5137808ece161e5d9623e83df023.tar.gz ndato.com-6f50807f97fc5137808ece161e5d9623e83df023.tar.bz2 |
agrego pagina principal
Diffstat (limited to 'zola/static/style.css')
-rw-r--r-- | zola/static/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
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); } |