refactor: rename .subtitle to .slogan in CSS and HTML

Unified the terminology across CSS and HTML by renaming the class `.subtitle` to `.slogan` to better reflect its content purpose. This change ensures consistency in naming conventions and improves readability, aligning the class name with its usage within the site framework, specifically relating to the section that emphasizes the site's key message.
This commit is contained in:
Kumi 2024-05-24 17:13:13 +02:00
parent 7592a711c7
commit b0b6a4468a
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ h5 {
display: none;
}
.subtitle {
.slogan {
display: none;
}
}

View file

@ -37,7 +37,7 @@
><span style="color: rgb(35, 35, 35)"
>Private.coffee</span
></span
><br class="that-br" /><span class="ps-2 subtitle"
><br class="that-br" /><span class="ps-2 slogan"
>Empowering Privacy with Open Source</span
>
</p>