浏览代码

mb-logo-fixed

andy 2 年之前
父节点
当前提交
d1d45b5419

二进制
.DS_Store


二进制
resources/.DS_Store


二进制
resources/_gen/.DS_Store


二进制
themes/.DS_Store


+ 1 - 1
themes/hugo-universal-theme-master/layouts/partials/nav.html

@@ -6,7 +6,7 @@
           {{ if default false .Site.Params.disabled_logo }}
           <h4>{{ .Site.Params.logo_text }}</h4>
           {{ else }}
-          <img src="{{ .Site.Params.logo_mobile | relURL }}" alt="{{ .Title }} logo" height="70px" alt="" />
+          <img src="{{ .Site.Params.logo_mobile | relURL }}" alt="{{ .Title }} logo" height="60px" alt="" />
           {{ end }}
           <span class="sr-only">{{ .Title }} - {{ i18n "navHome" }}</span>
         </a>

文件差异内容过多而无法显示
+ 189 - 22
themes/hugo-universal-theme-master/static/css/style.bhouse.css


文件差异内容过多而无法显示
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 5 - 2
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

@@ -214,9 +214,12 @@ img {
   }
 }
 
+.navbar .mx-auto {
+padding:5px 0px;
+}
 .navbar .navbar-brand img {
-  width: 70%;
-  margin-left: 25%;
+  // width: 70%;
+  margin-left: 10%;
   object-fit: contain;
 }
 

部分文件因为文件数量过多而无法显示