add about blurb, fix sidebar on mobile

This commit is contained in:
yequari 2023-09-14 12:47:16 -07:00
parent a74b551156
commit 8b311f8d1c
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,9 @@
{{ end }} {{ end }}
</ul> </ul>
</div> </div>
<p class="about">
{{.Site.Params.about}}
</p>
</div> </div>
</header> </header>
<nav> <nav>

View File

@ -360,6 +360,10 @@ a.hover-links:hover {
background-color: var(--content-bg); background-color: var(--content-bg);
} }
.main-sidebar {
width: 100%;
}
main { main {
padding: 0 45px; padding: 0 45px;
} }