feat(theme): rewrite the CSS with nested selectors
This commit is contained in:
parent
394d1556f7
commit
2ca921f682
3 changed files with 223 additions and 213 deletions
|
@ -30,10 +30,12 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<header id="menu" class="h-card">
|
||||
{{ partial "header.html" . }}
|
||||
</header>
|
||||
<main class="container">
|
||||
|
||||
<main>
|
||||
{{- if .IsTranslated }}
|
||||
{{- range .Translations }}
|
||||
<div class="translations">
|
||||
|
@ -47,7 +49,8 @@
|
|||
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
<footer class="container">
|
||||
|
||||
<footer>
|
||||
{{ partial "footer.html" . }}
|
||||
</footer>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue