summaryrefslogtreecommitdiff
path: root/zola
diff options
context:
space:
mode:
Diffstat (limited to 'zola')
-rw-r--r--zola/static/style.css2
-rw-r--r--zola/templates/base.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/zola/static/style.css b/zola/static/style.css
index 80e8460..becd310 100644
--- a/zola/static/style.css
+++ b/zola/static/style.css
@@ -24,7 +24,7 @@
--content-padding-right: 5ex;
--body-max-width: 130ex;
--body-min-width: 70ex;
- --body-font-size: 18px;
+ --body-font-size: 16px;
--first-letter-font-size: 120%;
--max-content-width: 80ex;
--dt-font-size: 120%;
diff --git a/zola/templates/base.html b/zola/templates/base.html
index 8931f76..83ab4f2 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -10,7 +10,7 @@
<section class="mainheader" title="Header">
<header>
<img src="/lambda.svg" class="logo" alt="Lambda" title="Lambda Logo">
- ndato.com.ar
+ ndato.com
</header>
<nav class="navigation">{% block navigation %}{% endblock %}</nav>
</section>
@@ -43,7 +43,7 @@
</section>
</div>
<section title="Footer">
- <footer>ndato.com.ar - Nicol&aacute;s Dato - 2024</footer>
+ <footer>ndato.com - Nicol&aacute;s Dato - 2024</footer>
</section>
</body>
</html>