Skip to content

Commit

Permalink
Merge 398e140 into 137452f
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-deshpande committed Oct 27, 2020
2 parents 137452f + 398e140 commit 95e616f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions website/style/Page/_Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@
.Content {
padding: $padding-letterbox-s;
}

.Content.Features {
.Details {
p {
height: auto;
}

a {
display: inline-block;
margin-top: $padding-l;
}
}
}
}
.Hero {
.Blurb {
Expand Down Expand Up @@ -104,6 +117,19 @@
.Content {
padding: $padding-letterbox;
}

.Content.Features {
.Details {
p {
height: 100px;
}

a {
display: inline;
margin-top: 0;
}
}
}
}
.Hero {
.Blurb {
Expand All @@ -123,6 +149,15 @@
}

@include desktop {
.Page.Home {
.Content.Features {
.Details {
p {
height: 80px;
}
}
}
}
.Hero {
.Blurb {
h2 {
Expand Down
4 changes: 4 additions & 0 deletions website/style/primitives/_Grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
@include tablet {
.Grid {
display: grid;

.Item {
margin-bottom: 0;
}
}

.Hero {
Expand Down

0 comments on commit 95e616f

Please sign in to comment.