aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/home.scss
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2025-08-06 18:20:04 +0200
committerhellekin <hellekin@cepheide.org>2025-08-06 18:20:04 +0200
commitc10958c37231899841c5c429c816628402d7a762 (patch)
tree238ab318348119e18257b1ecf7378ecd7d770af3 /assets/scss/home.scss
parentc1d676f4a81d2bc5e29c2cb592862a36794ef711 (diff)
downloadlesoiseaux.io-c10958c37231899841c5c429c816628402d7a762.tar.gz
Upgrade SCSS to drop @import and prefer @use statements
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r--assets/scss/home.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss
index 8f31726..2f43204 100644
--- a/assets/scss/home.scss
+++ b/assets/scss/home.scss
@@ -1,7 +1,7 @@
@charset 'UTF-8';
-@import 'variables';
-@import 'branding';
+@use 'variables';
+@use 'branding';
html[lang='en'] :lang(fr) {
display: none !important;
@@ -99,7 +99,7 @@ body > header {
text-align: center;
transform: translateY(-7rem);
- h4 {
+ h3,h4 {
display: inline;
}