Explorar el Código

mb-logo-fixed

andy hace 2 años
padre
commit
d1d45b5419

BIN
.DS_Store


BIN
resources/.DS_Store


BIN
resources/_gen/.DS_Store


BIN
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>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 189 - 22
themes/hugo-universal-theme-master/static/css/style.bhouse.css


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 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;
 }
 

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio