From 67e89adb94e60f574e7dcad1d8e96b7ecf15f70e Mon Sep 17 00:00:00 2001 From: Natito9 <179492180+Natito9@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:42:44 +0200 Subject: [PATCH] fixed more styling chech it out --- .vscode/settings.json | 3 +++ styles/style.css | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 0bb1ebf..428f5f4 100644 --- a/styles/style.css +++ b/styles/style.css @@ -34,7 +34,6 @@ *::before, *::after { box-sizing: border-box; - padding: 0; margin: 0; } @@ -60,11 +59,12 @@ img { h1 { line-height: 1.25; text-wrap: balance; + margin-bottom: 1rem; } p { - line-height: 1.25; - text-wrap: pretty; + line-height: 1.5; + text-align: center; } a {