Add style to Footer

This commit is contained in:
2021-09-29 19:19:25 +02:00
parent 1409dc0894
commit e0d048fe8c
5 changed files with 89 additions and 6 deletions

View File

@@ -0,0 +1,31 @@
.site-title {
font-family: $font-serif;
line-height: 0.7;
strong {
font-size: rem(30px);
font-weight: 300;
&:first-child {
display: block;
color: $color-lilas-bright;
}
&:last-child {
display: inline-block;
margin-left: -6px;
}
}
span {
position: relative;
top: -4px;
font-size: rem(14px);
color: $color-lightpurple;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}
&__pink {
color: $color-secondary;
}
}