add github link

This commit is contained in:
Philipp Kühn
2020-10-12 17:43:20 +02:00
parent ba7d17603b
commit 512f504f08
3 changed files with 43 additions and 0 deletions

View File

@@ -175,6 +175,24 @@ $menuBreakPoint: 750px;
.app {
display: flex;
&__title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 2rem;
}
&__name {
font-weight: 600;
color: $colorWhite;
font-size: 1.5rem;
}
&__github {
width: 1.75rem;
height: 1.75rem;
}
::v-deep .algolia-autocomplete {
display: block;
width: 100%;