Skip to content

Commit

Permalink
Fixes for block quotes and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
icpmoles committed Jul 6, 2021
1 parent 42d6725 commit a1670d3
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions assets/css/verbose.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,31 @@ img {
max-width: 70em;
}

p, h1, h2, h3, h4, h5 , h6, .site-header, .post-header, .posts, .archive, .staticman, .pagination ,ul, ol, .post-meta, .meta{
p:not(aside p, blockquote p),
h1,
h2,
h3,
h4,
h5 ,
h6,
.site-header,
.post-header,
.posts,
.archive,
.staticman,
.pagination ,
ul,
ol,
.post-meta,
.meta,
.toc_title{
max-width: 48rem;
margin: 0 auto;
margin-left: auto;
margin-right: auto;
}

aside *, blockquote *{
max-width: none
}
}

Expand Down Expand Up @@ -1166,7 +1188,7 @@ h5,
h6 {
font-weight: 900;
line-height: 1.2;
/*margin: .414em 0 .5em;*/
margin: .414em auto .5em;
}


Expand Down

0 comments on commit a1670d3

Please sign in to comment.