Create Location and Locations sections

This commit is contained in:
2021-09-27 23:55:16 +02:00
parent bd89e28e15
commit 1883d5781f
6 changed files with 58 additions and 4 deletions

View 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;
}
}