Skip to content

Commit

Permalink
card spacing #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert authored and Robert committed Jul 4, 2017
1 parent b6bd49b commit 976d793
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 33 deletions.
6 changes: 4 additions & 2 deletions assets/scss/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ $card-radius: 0 !default;
}

> p {
padding-bottom: 48px;
margin-bottom: 46px;
font-size: 16px;
line-height: 24px;
color: $color-dark;
}

Expand All @@ -118,6 +119,7 @@ article:nth-child(1) {
}
.entry-title {
padding: 0;
margin-bottom: 38px;

a {
@extend %fs50 !optional;
Expand All @@ -131,7 +133,7 @@ article:nth-child(1) {
}

.entry-thumbnail {
margin-bottom: 32px;
margin-bottom: 20px;
}

.separator:after{
Expand Down
3 changes: 2 additions & 1 deletion assets/scss/components/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ h1.c-hero__entry-title {
}

.c-hero__entry-meta, .entry-meta{
margin-bottom: 32px;
margin-bottom: 14px;

.hero_categories, .posted-on {
display: inline;
Expand All @@ -134,6 +134,7 @@ h1.c-hero__entry-title {
padding: 20px;
font-size: 14px;
letter-spacing: 1px;
line-height: 22px;
font-weight: bold;

&:before {
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/layout/_single.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body:not(.blog) .site-main {
body:not(.blog, .archive) .site-main {
width: 100%;
margin:0 auto;

Expand Down
31 changes: 17 additions & 14 deletions rtl.css

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

31 changes: 17 additions & 14 deletions style.css

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

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

Large diffs are not rendered by default.

0 comments on commit 976d793

Please sign in to comment.