Create Location and Locations sections
This commit is contained in:
23
src/style/molecules/_location.scss
Normal file
23
src/style/molecules/_location.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
.location {
|
||||
text-align: center;
|
||||
// Flag
|
||||
img {
|
||||
border-radius: 100%;
|
||||
}
|
||||
// Link
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
&__name {
|
||||
display: block;
|
||||
color: $color-secondary;
|
||||
margin: 20px 0 -2px;
|
||||
font-size: rem(48px);
|
||||
font-family: $font-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.2;
|
||||
}
|
||||
span {
|
||||
color: $color-tertiary;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user