Compare commits
	
		
			2 Commits
		
	
	
		
			d5e805cd3f
			...
			eb55fb2d53
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| eb55fb2d53 | |||
| e6b41cbae3 | 
| @ -1,5 +1,5 @@ | |||||||
| {{ define "main" }} | {{ define "main" }} | ||||||
|     <main class="main"> |     <main class="main single"> | ||||||
|       <article class="h-entry"> |       <article class="h-entry"> | ||||||
|       <header> |       <header> | ||||||
|         <h1 class="p-name"><a href="{{ .Permalink }}" class="u-url">{{ .Title }}</a></h1> |         <h1 class="p-name"><a href="{{ .Permalink }}" class="u-url">{{ .Title }}</a></h1> | ||||||
|  | |||||||
| @ -53,6 +53,10 @@ body { | |||||||
|     font-size: 21px; |     font-size: 21px; | ||||||
|     font-family: Gudea; |     font-family: Gudea; | ||||||
|     margin: 0; |     margin: 0; | ||||||
|  |  | ||||||
|  |     /* pushes footer to bottom */ | ||||||
|  |     grid-template-rows: auto auto 1fr auto; | ||||||
|  |     min-height: 100vh; | ||||||
| } | } | ||||||
|  |  | ||||||
| * { | * { | ||||||
| @ -123,10 +127,6 @@ body { | |||||||
|     padding-right: 1em; |     padding-right: 1em; | ||||||
| } | } | ||||||
|  |  | ||||||
| .e-content { |  | ||||||
|     padding-left: 1em; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* base header & menu */ | /* base header & menu */ | ||||||
|  |  | ||||||
| #top-menu { | #top-menu { | ||||||
| @ -835,3 +835,10 @@ footer a:hover { | |||||||
|     display:block; |     display:block; | ||||||
|     margin:auto; |     margin:auto; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  | /* single page styles */ | ||||||
|  | .single header { | ||||||
|  |     flex-direction: column; | ||||||
|  |     margin-bottom: 4rem; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user