Add some content
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<h1 class="inline-block uppercase font-bold">{{ .Site.Title }}</h1>
|
||||
</div>
|
||||
<nav class="hidden md:block">
|
||||
<ul class="ml-20 flex items-baseline space-x-8">
|
||||
<ul class="ml-16 flex items-baseline space-x-8">
|
||||
{{ $currentPage := . }}
|
||||
{{ range .Site.Menus.main }}
|
||||
<li class="{{ if $currentPage.IsMenuCurrent "main" . }}border-b-2 border-teal-500{{ end }}">
|
||||
|
||||
@@ -509,6 +509,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
margin-top: -0px;
|
||||
}
|
||||
|
||||
.ml-16 {
|
||||
margin-left: 4rem;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user