🚚 Better class names for inner content

This commit is contained in:
Manuel Cillero 2024-03-11 20:11:35 +01:00
parent 193a1b3911
commit b4bb82aa69
8 changed files with 81 additions and 81 deletions

View file

@ -257,7 +257,7 @@
/* Branding component */
.branding__inner {
.branding__content {
display: flex;
align-items: flex-end;
column-gap: var(--val-gap-0-75);
@ -265,6 +265,8 @@
.branding__name {
letter-spacing: 0.02em;
font-size: var(--val-fs--l);
font-weight: 700;
text-decoration: none;
}
.branding__slogan {
font-size: var(--val-fs--m);