Skip to content

Commit

Permalink
added landing page templates
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Apr 29, 2021
1 parent 8c8d5f0 commit 6cf0b0c
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 3 deletions.
28 changes: 28 additions & 0 deletions rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,34 @@ a img {
margin-top: 2.25em;
}

.page-template-landing-page .overflow-container,
.page-template-landing-page-header .overflow-container {
padding: 0;
}
.page-template-landing-page .max-width,
.page-template-landing-page-header .max-width {
max-width: none;
}
.page-template-landing-page .main,
.page-template-landing-page-header .main {
width: 100%;
float: none;
margin: 0 auto;
}
.page-template-landing-page .entry,
.page-template-landing-page-header .entry {
padding: 0;
}
.page-template-landing-page .post-content,
.page-template-landing-page-header .post-content {
margin: 0;
}

.page-template-landing-page-header .site-header {
max-width: 1280px;
margin: 0 auto;
}

.archive-header {
margin: 3em 0 1.5em;
padding: 0 6.25%;
Expand Down
2 changes: 1 addition & 1 deletion rtl.min.css

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,33 @@ a img {
.elementor-location-header ~ .main,
.elementor-location-header ~ .sidebar-primary {
margin-top: $baseline-height * 1.5;
}

.page-template-landing-page,
.page-template-landing-page-header {

.overflow-container {
padding: 0;
}
.max-width {
max-width: none;
}
.main {
width: 100%;
float: none;
margin: 0 auto;
}
.entry {
padding: 0;
}
.post-content {
margin: 0;
}
}
.page-template-landing-page-header {

.site-header {
max-width: 1280px;
margin: 0 auto;
}
}
28 changes: 28 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,34 @@ a img {
margin-top: 2.25em;
}

.page-template-landing-page .overflow-container,
.page-template-landing-page-header .overflow-container {
padding: 0;
}
.page-template-landing-page .max-width,
.page-template-landing-page-header .max-width {
max-width: none;
}
.page-template-landing-page .main,
.page-template-landing-page-header .main {
width: 100%;
float: none;
margin: 0 auto;
}
.page-template-landing-page .entry,
.page-template-landing-page-header .entry {
padding: 0;
}
.page-template-landing-page .post-content,
.page-template-landing-page-header .post-content {
margin: 0;
}

.page-template-landing-page-header .site-header {
max-width: 1280px;
margin: 0 auto;
}

.archive-header {
margin: 3em 0 1.5em;
padding: 0 6.25%;
Expand Down
2 changes: 1 addition & 1 deletion style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit 6cf0b0c

Please sign in to comment.