hopefully fixed the header going always to the main page, and the padding on the posts page
This commit is contained in:
parent
b5e96ad39c
commit
43ab857247
@ -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>
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user