1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Optimized sidebar icons location.

screen width >= 1650px
This commit is contained in:
Cotes Chung
2020-06-01 02:31:13 +08:00
parent abdf73fff4
commit 02a269910f
2 changed files with 69 additions and 72 deletions

View File

@@ -20,10 +20,10 @@
</div>
<div class="profile-text mt-3">
<div id="site-title">
<div class="site-title">
<a href="{{ '/' | relative_url }}">{{- site.title -}}</a>
</div>
<div id="site-subtitle" class="font-italic">{{- site.tagline -}}</div>
<div class="site-subtitle font-italic">{{- site.tagline -}}</div>
</div>
</div>