Add style to Footer
This commit is contained in:
31
src/style/atoms/_site-title.scss
Normal file
31
src/style/atoms/_site-title.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user