Skip to content

Commit

Permalink
Merge pull request #560 from elukewalker/master
Browse files Browse the repository at this point in the history
adjust github sidelinks image and location
  • Loading branch information
elukewalker authored Oct 27, 2023
2 parents d35d4cc + 12d49c3 commit 184efe5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"values": {
"sidelinks": [
{
"name": "<i class=\"fa fa-github fa-lg\"></i> Github",
"name": "<i class=\"fa-brands fa-github fa-lg\"></i> Github",
"url": "https://github.com/Yubico/%(name)s"
}
]
Expand Down
2 changes: 1 addition & 1 deletion content/Software_Projects/.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"values": {
"sidelinks": [
{
"name": "<i class=\"fa fa-github fa-lg\"></i> Github",
"name": "<i class=\"fa-brands fa-github fa-lg\"></i> Github",
"url": "https://github.com/Yubico/",
"filter": "index"
}
Expand Down
6 changes: 3 additions & 3 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ a.navbar-brand {

.sidelinks {
float: right;
margin-top: -20px;
margin-right: -15px;
margin-top: 5px;
margin-right: -10px;
}

.sidelinks > ul {
Expand All @@ -41,7 +41,7 @@ a.navbar-brand {
.sidelinks > ul > li {
display: inline-block;
padding: 0.3em 1em;
background-color: #f5f5f5;
background-color: #f8f9fa;
}

span.monospaced {
Expand Down

0 comments on commit 184efe5

Please sign in to comment.