🚚 Better class names for inner content
This commit is contained in:
parent
193a1b3911
commit
b4bb82aa69
8 changed files with 81 additions and 81 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue