summaryrefslogtreecommitdiff
path: root/zola/static
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2023-06-24 01:50:46 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2023-06-24 01:50:46 -0300
commit6f50807f97fc5137808ece161e5d9623e83df023 (patch)
tree2a16726d32fdede95e0d04d827df1fc7b52c1e80 /zola/static
parent6e4ba7778578e32f6bad2fd67025cbbad7bce7d9 (diff)
downloadndato.com-6f50807f97fc5137808ece161e5d9623e83df023.tar.gz
ndato.com-6f50807f97fc5137808ece161e5d9623e83df023.tar.bz2
agrego pagina principal
Diffstat (limited to 'zola/static')
-rw-r--r--zola/static/style.css7
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);
}