Skip to content

Commit

Permalink
Merge pull request #78 from INN/44-single-column-template
Browse files Browse the repository at this point in the history
Custom HTML for ebook and top of Our Voices sections
  • Loading branch information
Josh Darby authored Dec 5, 2019
2 parents ee081f9 + c50a9bc commit c6de24e
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 2 deletions.
43 changes: 42 additions & 1 deletion wp-content/themes/borderzine/css/series-landing-one-column.css

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

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

43 changes: 43 additions & 0 deletions wp-content/themes/borderzine/less/series-landing-one-column.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,46 @@
.span12:first-of-type{
margin-left: 0;
}

.series-landing-cta-container {
text-align: center;
border: 1px solid @black;
padding: 20px;
.btn {
background: @orange;
color: @white;
text-transform: uppercase;
padding: 1% 10%;
&:hover {
text-decoration: underline;
}
}
}

.series-landing-how-to-listen-container {
text-align: center;
border: 1px solid #282828;
padding: 40px;
margin-top: 40px;
display: flex;
h5 {
flex: 1;
margin-bottom: 0;
}
ul {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
li {
flex: 1;
margin-bottom: 0;
span {
color: @orange;
&:hover {
color: @black;
}
}
}
}
}

0 comments on commit c6de24e

Please sign in to comment.