Skip to content

Commit

Permalink
Feature/article header (#105)
Browse files Browse the repository at this point in the history
* Update articleheader.css

* Update articleheader.js

* Update styles.css

* Update styles.css

* Update styles.css

---------

Co-authored-by: Bryan Stopp <[email protected]>
  • Loading branch information
kailasnadh790 and bstopp authored Jan 23, 2024
1 parent 52b64f4 commit 59c2874
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ main .section[data-layout="3-column"] * > div {
font-weight: 700;
}

:not(.blog-post-template) main .section > .default-content-wrapper > h2 {
body:not(.blog-post-template) main .section > .default-content-wrapper > h2 {
text-align: center;
text-transform: uppercase;
font-family: var(--ff-montserrat);
Expand Down Expand Up @@ -415,19 +415,19 @@ main .button-container .button:hover {
font-size: 35px;
}

:not(.blog-post-template) main .section > .default-content-wrapper > h2 {
body:not(.blog-post-template) main .section > .default-content-wrapper > h2 {
font-size: 35px;
}

:not(.blog-post-template) main .section > .default-content-wrapper > h2::before {
body: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 {
body: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 Expand Up @@ -461,7 +461,7 @@ main .button-container .button:hover {
background-color: var(--grey-background);
}

main > .section > .default-content-wrapper > h2 {
body:not(.blog-post-template) main > .section > .default-content-wrapper > h2 {
font-size: 45px;
}

Expand Down

0 comments on commit 59c2874

Please sign in to comment.