hopefully fixed the header going always to the main page, and the padding on the posts page
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<header>
 | 
			
		||||
	<a href=".">
 | 
			
		||||
	<a href="{{site.baseurl}}">
 | 
			
		||||
		<div class="headline">{{site.title}}</div>
 | 
			
		||||
	</a>
 | 
			
		||||
</header>
 | 
			
		||||
 
 | 
			
		||||
@@ -106,6 +106,11 @@ main.about{
 | 
			
		||||
	padding-right: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
main.content { 
 | 
			
		||||
	padding-left: 20px;
 | 
			
		||||
	padding-right: 20px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.title {
 | 
			
		||||
	color: #ff7e00;
 | 
			
		||||
	font-size: 18px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user