fix style for site title

This commit is contained in:
mivinci 2021-08-05 15:24:04 +08:00
parent 0d555dd905
commit bdf104dc9b
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<header>
<h1 class="row gap-1">
<h1 class="row gap-1 nowrap">
<div id="theme-switcher" class="btn lg-1"></div>
{{ .Site.Title }}
</h1>