From 5fa0a291c79a81d62b24b73c19252991e93117a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malin=20Haugland=20H=C3=B8li?= <malin.holi@gmail.com> Date: Thu, 18 Apr 2024 14:44:48 +0200 Subject: [PATCH] style: :lipstick: Removed padding to make the "sti" display properly on the startpage --- src/assets/base.css | 1 - src/assets/main.css | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/assets/base.css b/src/assets/base.css index 490eb3b..fc860c3 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -43,7 +43,6 @@ body { background-color 0.5s; line-height: 1.6; font-family: 'Karla', sans-serif; - font-size: 15px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/src/assets/main.css b/src/assets/main.css index 07b944b..1f7f15d 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -5,10 +5,8 @@ @tailwind utilities; #app { - max-width: 1280px; margin: 0 auto auto auto; width: 100%; - padding: 2rem; font-weight: normal; display: flex; -- GitLab