Minor style improvements
* Get rid of inline style for mobile menu (#22) * Improve background image & post meta link style
This commit is contained in:
parent
fbf51b713e
commit
1e25d7d93e
4 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div id="mobile-menu" class="animated fast" style="display: none;">
|
||||
<div id="mobile-menu" class="animated fast">
|
||||
<ul>
|
||||
{{- range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue