forked from ruangrupa/lumbung.space
style single page
This commit is contained in:
parent
d5e805cd3f
commit
e6b41cbae3
@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<main class="main">
|
||||
<main class="main single">
|
||||
<article class="h-entry">
|
||||
<header>
|
||||
<h1 class="p-name"><a href="{{ .Permalink }}" class="u-url">{{ .Title }}</a></h1>
|
||||
|
@ -123,10 +123,6 @@ body {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.e-content {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
/* base header & menu */
|
||||
|
||||
#top-menu {
|
||||
@ -835,3 +831,10 @@ footer a:hover {
|
||||
display:block;
|
||||
margin:auto;
|
||||
}
|
||||
|
||||
|
||||
/* single page styles */
|
||||
.single header {
|
||||
flex-direction: column;
|
||||
margin-bottom: 4rem;
|
||||
}
|
Loading…
Reference in New Issue
Block a user