Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 committed Jan 23, 2024
1 parent f9684a0 commit 5eeb73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,15 +419,15 @@ main .button-container .button:hover {
font-size: 35px;
}

:not(.blog-post-template) main .section > .default-content-wrapper > h2 ::before {
:not(.blog-post-template) main .section > .default-content-wrapper > h2::before {
content: 'decor';
color: transparent;
background: url('../icons/decorleft.png') center no-repeat;
background-size: contain;
margin-right: 15px;
}

:not(.blog-post-template) main .section > .default-content-wrapper > h2 ::after {
:not(.blog-post-template) main .section > .default-content-wrapper > h2::after {
content: 'decor';
color: transparent;
background: url('../icons/decorright.png') center no-repeat;
Expand Down

0 comments on commit 5eeb73a

Please sign in to comment.