mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Override any theme h1 margins in navbars
This commit is contained in:
parent
c42fa2e925
commit
96b8b0a9b1
@ -2,7 +2,7 @@
|
||||
<div class="navbar-inner">
|
||||
<i style="font-size: 1.5rem; margin-right: 10px;" @click="showFilesMobile=!showFilesMobile" class="fa fa-bars"></i>
|
||||
<a href="/" style="text-decoration: none;">
|
||||
<h1>{{meta.siteName}}</h1>
|
||||
<h1 style="margin: 15px !important;">{{meta.siteName}}</h1>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<nav class="navbar">
|
||||
<div class="navbar-inner">
|
||||
<a href="/" style="text-decoration: none;">
|
||||
<h1>{{meta.siteName}}</h1>
|
||||
<h1 style="margin: 15px !important;">{{meta.siteName}}</h1>
|
||||
</a>
|
||||
</div>
|
||||
{% if settings.dgEnableSearch === true%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user