add about blurb, fix sidebar on mobile
This commit is contained in:
parent
a74b551156
commit
8b311f8d1c
|
@ -15,6 +15,9 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<p class="about">
|
||||
{{.Site.Params.about}}
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<nav>
|
||||
|
|
|
@ -360,6 +360,10 @@ a.hover-links:hover {
|
|||
background-color: var(--content-bg);
|
||||
}
|
||||
|
||||
.main-sidebar {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 0 45px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue