Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '_extensions/seedcase-project/seedcase-th…
Browse files Browse the repository at this point in the history
…eme/' with remote '_extensions/seedcase-theme/'
  • Loading branch information
lwjohnst86 committed Dec 4, 2024
1 parent 636563f commit 54fa6b3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions _extensions/seedcase-project/seedcase-theme/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ figcaption {

@media (min-width: 1200px) {
.landing-page-block {
max-width: 1100px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
Expand All @@ -90,19 +90,16 @@ figcaption {
background: rgba($secondary, 0.5);
display: flex;
justify-content: center;
padding-top: 30px;
padding-bottom: 30px;
}

.hero-banner .landing-page-block {
display: flex;
flex-direction: row;
}

.hero-text {
width: 90%;
}

.hero-text>h2 {
.hero-text>h2,
.landing-page-block>h2 {
margin-top: 0.5rem;
border-bottom: none;
}
Expand Down

0 comments on commit 54fa6b3

Please sign in to comment.