Skip to content

Commit

Permalink
Merge pull request #8 from rpendleton/layout-improvements
Browse files Browse the repository at this point in the history
fix incorrect specificity of p styles
  • Loading branch information
justinmeiners authored Dec 16, 2018
2 parents b022af7 + ccde23f commit 0b5f049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
margin-right: auto;
}

p {
p:not(.notp) {
text-indent: 0;
line-height: 1.3;
}
Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ img {
margin-right: auto;
}

p {

This comment has been minimized.

Copy link
@LojoHectorYT

LojoHectorYT Feb 18, 2021

You Know How to create that?

p:not(.notp) {
text-indent: 0;
line-height: 1.3;
}
Expand Down

0 comments on commit 0b5f049

Please sign in to comment.