From 4624a29f92a5bf0f2db9a6a4445aa4a122e9b87a Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 3 Apr 2025 23:24:08 +0200 Subject: [PATCH] feat: template tweaks --- index.html | 10 ++++++---- styles.css | 3 +++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index d77c771..745db16 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - placeholder.html + {{ occupation }} - {{ name }} @@ -11,8 +11,10 @@

{{ name }}

{{ occupation }}

- - {{ address }} + + + {{ address }} +

@@ -27,7 +29,7 @@

- + Whatsapp diff --git a/styles.css b/styles.css index 89d043e..964b565 100644 --- a/styles.css +++ b/styles.css @@ -25,4 +25,7 @@ a:hover, a:any-link{ text-decoration: none; font-style: italic; color: inherit; +} +h1, h2, h3{ + line-height: .8; } \ No newline at end of file