hopefully fixed the header going always to the main page, and the padding on the posts page

This commit is contained in:
neko 2020-01-28 22:31:18 +01:00
parent b5e96ad39c
commit 43ab857247
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<header> <header>
<a href="."> <a href="{{site.baseurl}}">
<div class="headline">{{site.title}}</div> <div class="headline">{{site.title}}</div>
</a> </a>
</header> </header>

View File

@ -106,6 +106,11 @@ main.about{
padding-right: 20px; padding-right: 20px;
} }
main.content {
padding-left: 20px;
padding-right: 20px;
}
.title { .title {
color: #ff7e00; color: #ff7e00;
font-size: 18px; font-size: 18px;