From f2ba71aff5af2fb95cce33f3636778ff570c8e7d Mon Sep 17 00:00:00 2001 From: "jonas.gaertner" Date: Thu, 16 Dec 2021 10:27:46 +0100 Subject: [PATCH] changed font style --- sass/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sass/index.css b/sass/index.css index c65cca6..3d43ab4 100644 --- a/sass/index.css +++ b/sass/index.css @@ -9,18 +9,19 @@ body { a { color: inherit; - font-size: 150%; + font-size: 125%; text-decoration: none; + letter-spacing: 2px; } h3 { - font-size: 250%; + font-size: 200%; margin: 0; } p { margin: 0; - font-size: 175%; + font-size: 150%; } .divider { @@ -94,7 +95,7 @@ p { .navigation a { padding-left: 2%; padding-right: 2%; - font-size: 250%; + font-size: 200%; font-weight: bolder; }