From 3c7c0693747ee787f6c59f7bcade47d06f7f2a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Wed, 20 Aug 2025 13:47:42 +0200 Subject: feat(legal): update presentation and references credits --- src/scss/style.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/scss/style.scss') diff --git a/src/scss/style.scss b/src/scss/style.scss index 0c33e20..0d112e5 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -53,6 +53,9 @@ ul { li { line-height: 1.15em; + &:last-child { + margin-bottom: 1rem; + } } a { @@ -231,6 +234,7 @@ section[data-scroll] .content { & img { box-shadow: 0 0 150px $background; width: 100%; + filter: brightness(0.9) contrast(1.05) saturate(1.05); } } -- cgit v1.2.3