Social links

This commit is contained in:
Sodbileg Gansukh
2022-05-26 13:44:38 +08:00
parent 4461d5e2f8
commit cfd767be88
6 changed files with 31 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -361,10 +361,27 @@ body:not(.has-cover-image) .site-header-content:not(.left-aligned) {
/* Secondary Navigation
/* ---------------------------------------------------------- */
.gh-social {
display: flex;
align-items: center;
gap: 16px;
}
.gh-social-link {
line-height: 0;
color: #fff;
}
.gh-social-link svg {
width: 18px;
height: 18px;
}
.gh-head-actions {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 24px;
list-style: none;
text-align: right;
}
@ -524,13 +541,11 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
font-weight: 500;
}
#gh-head .gh-head-actions {
padding: 20px 0;
flex-direction: column-reverse;
justify-content: center;
padding: 20px 0 32px;
text-align: left;
}
#gh-head .gh-head-actions a {
margin: 0 10px;
}
/* Hide collapsed content */
#gh-head .gh-head-actions,
#gh-head .gh-head-menu {