From 471b3bc55709008991abc27ce84d22a77651e40d Mon Sep 17 00:00:00 2001
From: Arne Vlaeminck
+
Accountants en Belastingconsultenten BV
diff --git a/src/index.html b/src/index.html index 3c527f8..b93e55f 100644 --- a/src/index.html +++ b/src/index.html @@ -19,6 +19,7 @@ body *{ font-family: 'Inter'; font-size: 2rem; + line-height: 1.5; } body { diff --git a/src/styles.scss b/src/styles.scss index d8bc9ff..ab4f93a 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -21,5 +21,6 @@ li { } ul { - margin-top: 0.25rem; + margin-top: 1rem; + }