Skip to content

Commit

Permalink
Merge pull request #92 from INN/ben-hotfix-homepage-layout
Browse files Browse the repository at this point in the history
Hotfixes for the homepage layout in response to bigger texts
  • Loading branch information
Josh Darby authored Jun 25, 2020
2 parents ac12b0d + 5a8c595 commit 7017630
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.arrow();
}

@media ( min-width: 770px ) {
@media ( min-width: 829px ) {
display: flex;
flex-wrap: wrap;

Expand All @@ -40,12 +40,12 @@
padding-top: 0;
}
}
@media ( min-width: 900px ) {
@media ( min-width: 950px ) {
padding: 2 * @measure;
}

.has-post-thumbnail & {
@media ( min-width: 770px ) {
@media ( min-width: 829px ) {
background-color: fadeout( @darkblue, 20% );

position: absolute;
Expand All @@ -54,7 +54,7 @@
left: @measure;
right: @measure;
}
@media ( min-width: 900px ) {
@media ( min-width: 950px ) {
bottom: 2 * @measure;
left: 2 * @measure;
right: 2 * @measure;
Expand Down

0 comments on commit 7017630

Please sign in to comment.