Skip to content

Commit

Permalink
Update style.scss (#383)
Browse files Browse the repository at this point in the history
Switch to account for change in template name.
  • Loading branch information
pkevan authored Jan 22, 2024
1 parent 22b722f commit 6e730e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/wp-content/themes/wporg-main-2022/src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -559,26 +559,26 @@ $wporg-about-breakpoint-max: 1920px;


// Styles for the State of the Word page.
.page-template-page-sotw a {
.page-template-page-state-of-the-word a {
color: #ff2b2b;
}

@media (max-width: 419px) {
.page-template-page-sotw h2 {
.page-template-page-state-of-the-word h2 {
font-size: 60px !important;
}
}

.page-template-page-sotw .sotw-event-details-social a {
.page-template-page-state-of-the-word .sotw-event-details-social a {
text-decoration: none;
}

.page-template-page-sotw .sotw-quote {
.page-template-page-state-of-the-word .sotw-quote {
position: relative;
z-index: 1;
}

.page-template-page-sotw .sotw-quote > p::before {
.page-template-page-state-of-the-word .sotw-quote > p::before {
content: "";
position: absolute;
top: -50px;
Expand All @@ -592,19 +592,19 @@ $wporg-about-breakpoint-max: 1920px;
}

@media (min-width: 960px) {
.page-template-page-sotw .sotw-quote > p::before {
.page-template-page-state-of-the-word .sotw-quote > p::before {
top: -100px;
left: -140px;
width: 200px;
height: 150px;
}
}

.page-template-page-sotw .sotw-heading-splash {
.page-template-page-state-of-the-word .sotw-heading-splash {
position: relative;
}

.page-template-page-sotw .sotw-heading-splash::before {
.page-template-page-state-of-the-word .sotw-heading-splash::before {
content: "";
position: absolute;
top: -80px;
Expand Down

0 comments on commit 6e730e3

Please sign in to comment.