Skip to content

Commit

Permalink
feat: icon size & nav size
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Mar 10, 2023
1 parent 1a8b27d commit 740cf1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions assets/css/site/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
.gh-head-btn {
--multiplier: 1.3;
}
.gh-head-brand {
width: 34px;
.gh-head-brand img {
transform: scale(0.6);
}
a:hover {
opacity: 1!important;
}
.nav li {
font-size: 16px;
}
1 change: 0 additions & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(function () {
pagination(true);
const share = document.querySelector('.social-media-share')
const shareList = document.querySelector('.share-list')
const footerListContainer = document.querySelector('.footer-container')
Expand Down

0 comments on commit 740cf1e

Please sign in to comment.