set equal margin to page-header and post-header

This commit is contained in:
Aditya Telange 2021-01-31 17:33:22 +05:30
parent e8076c8f61
commit c32e036053
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 1 additions and 4 deletions

View File

@ -6,10 +6,6 @@
padding: var(--gap)
}
.page-header {
margin-bottom: 24px
}
.page-header h1 {
font-size: 40px
}

View File

@ -1,3 +1,4 @@
.page-header,
.post-header {
margin: 24px auto var(--content-gap) auto
}