Add Facebook link to the header

Fixes #776
This commit is contained in:
Sodbileg Gansukh
2021-03-18 14:30:38 +08:00
parent b16671d8a7
commit 3fa7f25147
4 changed files with 15 additions and 2 deletions

View File

@ -274,6 +274,11 @@ production stylesheet in assets/built/screen.css
.gh-social a {
opacity: 0.8
}
.gh-social a + a {
margin-left: 0.8rem;
}
.gh-social a:hover {
opacity: 1;
}
@ -284,6 +289,11 @@ production stylesheet in assets/built/screen.css
fill: #fff;
}
.gh-social-facebook svg {
height: 20px;
width: 20px;
}
a.gh-head-button {
display: block;
padding: 8px 15px;