something

This commit is contained in:
Philipp Kühn
2020-04-18 23:53:05 +02:00
parent 66b127168a
commit 7d5b8fd4dd
8 changed files with 22 additions and 4 deletions

View File

@@ -2,4 +2,13 @@
display: flex;
justify-content: space-between;
padding: 3rem 0;
&__link {
font-weight: 500;
color: rgba($colorBlack, 0.6);
&:hover {
color: $colorBlack;
}
}
}