summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2023-05-24 10:13:40 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2023-05-24 10:13:40 -0300
commitca877ac0e76b865c789e9b8f3a3d8ae6e0a09086 (patch)
tree4728a94dfeb46cf6ffea60cf47e5182d8d4861d8 /style.css
parent1ca33ee216d3f4944edaf1dc3e70bb692e6ef881 (diff)
downloadndato.com-ca877ac0e76b865c789e9b8f3a3d8ae6e0a09086.tar.gz
ndato.com-ca877ac0e76b865c789e9b8f3a3d8ae6e0a09086.tar.bz2
favicon y tamanio de main
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/style.css b/style.css
index 846d6e8..e3e7423 100644
--- a/style.css
+++ b/style.css
@@ -25,6 +25,7 @@
--body-max-width: 120ex;
--body-min-width: 75ex;
--body-font-size: 110%;
+ --content-width: 73ex;
}
@font-face {
@@ -89,6 +90,13 @@ strong {
color: var(--orange);
}
+main {
+ text-indent: 4ex;
+ text-align: justify;
+ padding-top: 2ex;
+ padding-bottom: 5ex;
+}
+
header,
footer {
text-align: center;
@@ -127,11 +135,8 @@ footer {
}
.content {
- text-indent: 4ex;
- text-align: justify;
+ width: var(--content-width);
padding-left: var(--content-padding-left);
padding-right: var(--content-padding-right);
- padding-top: 2ex;
- padding-bottom: 5ex;
}