mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
children: don't let list items look fiddly #567
This commit is contained in:
parent
41b4014854
commit
1ee0b86b6b
2 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
6.4.0+c484ba60edc0cc42cb36c0f8c7f34c1b10b44f89
|
||||
6.4.0+0294364d6fb83fb48f259fa0235ff177d305d98a
|
|
@ -780,7 +780,6 @@ div.attachments .box-content {
|
|||
/* Children shortcode */
|
||||
|
||||
.children p {
|
||||
font-size: .8125rem;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
@ -788,13 +787,14 @@ div.attachments .box-content {
|
|||
}
|
||||
|
||||
.children-li p {
|
||||
font-size: .8125rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.children-h2 p,
|
||||
.children-h3 p {
|
||||
font-size: .8125rem;
|
||||
.children-h3 p,
|
||||
.children-h4 p,
|
||||
.children-h5 p,
|
||||
.children-h6 p {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding-bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue