diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 15:22:18 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 15:22:18 +0200 |
| commit | e2f739c9e19f57b72b599eaf5bfc10265e62ddb8 (patch) | |
| tree | 5f70c95d68ada9d8292ceec6a06d38dffdce0aa9 /scss/main.scss | |
| parent | e8da79df02b9045146e2a0cb9e035f14a68537c6 (diff) | |
feat(style): change tag to now
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
