Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pmjklemm authored Sep 13, 2024
1 parent 9ce4fdc commit 96b903a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,3 +458,13 @@ iframe.embed-responsive-item{
margin: 10px 5px; padding: 5px;
text-align: left;
}

h1::after, h2::after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: rgba(0, 0, 0, 0.1); /* Faint color */
margin-top: 10px;
margin-bottom: 20px;
}

0 comments on commit 96b903a

Please sign in to comment.