Skip to content

Commit

Permalink
Try icon location for mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Haolong Wang <109599952+gsmark36@users.noreply.github.com>
  • Loading branch information
gsmark36 committed Oct 27, 2024
1 parent 8bc66c5 commit 51c6b1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<div class="wrapper">
<!-- 导航栏 -->
<div class="navbar container">
<div class="alignable pull-left">
<img src="icon2.png" alt="icon" style="width: 65px; height: 75px; margin-top: -10px; margin-right: 20px;">
<div id="icon" class="alignable pull-left">
<img src="icon2.png" alt="icon" style="width: 65px; height: 75px; margin-top: -5px; margin-right: 20px;">
</div>
<a id="author-name" class="alignable pull-left" href="{{ site.url }}{{ site.baseurl }}">
{{ site.title }}
Expand Down
3 changes: 3 additions & 0 deletions docs/_sass/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@ hr {
#navlist li.nav-list {
margin: 0;
}
#icon {
float: none;
}
}

0 comments on commit 51c6b1e

Please sign in to comment.