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:
parent
7592a711c7
commit
b0b6a4468a
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ h5 {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
.slogan {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue