Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Dec 8, 2024
1 parent 30e5836 commit ac790df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ h2, h3, h4, h5, h6
list-style: unset;
}

.main-content ul > li::before {
content: unset; // remove 'fake' bullet
}

hr {
background-color: $adaptation-tan;
clear: right; // clear floating images
Expand Down

0 comments on commit ac790df

Please sign in to comment.