From e2f739c9e19f57b72b599eaf5bfc10265e62ddb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 15:22:18 +0200 Subject: feat(style): change tag to now --- scss/main.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scss/main.scss') diff --git a/scss/main.scss b/scss/main.scss index 8723941..adb87be 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -92,6 +92,7 @@ main { h1, h2, h3 { margin-bottom: 1rem; margin-top: 2rem; + font-weight: bold; } p { @@ -116,6 +117,7 @@ h3 { h4 { font-size: 1.25rem; + font-weight: bold; } ul, ol { @@ -224,6 +226,7 @@ em { width: 100%; column-gap: 1rem; row-gap: 0.5rem; + justify-items: center; @media only screen and (max-width: vars.$bp-little) { grid-template-columns: 1fr; column-gap: 0.5rem; -- cgit v1.2.3 From 26d21b4fa9c703a84b34ceabc13d0d5e19c90e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 16:48:17 +0200 Subject: feat(404): better handle --- scss/main.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss/main.scss') diff --git a/scss/main.scss b/scss/main.scss index adb87be..95213cf 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -118,6 +118,7 @@ h3 { h4 { font-size: 1.25rem; font-weight: bold; + margin-bottom: 0.5rem; } ul, ol { -- cgit v1.2.3 From 14f30577f9b5f76d288abce6ba19bf6150936401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 16:54:10 +0200 Subject: perf(style): simplify css rules --- scss/main.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scss/main.scss') diff --git a/scss/main.scss b/scss/main.scss index 95213cf..2b3c2b7 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -72,7 +72,7 @@ main { margin-top: 10vh; margin-bottom: 10vh; max-width: 800px; - & h1, h2, h3 { + & h1 { margin: 0; } @media only screen and (max-width: vars.$bp-mid) { @@ -144,7 +144,6 @@ em { .header { display: flex; - align-items: center; justify-content: space-between; @media only screen and (max-width: vars.$bp-little) { flex-direction: column; -- cgit v1.2.3