style single page

This commit is contained in:
Aadil Ayub 2022-01-20 12:24:13 +05:00
parent d5e805cd3f
commit e6b41cbae3
2 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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;
}