Skip to content

Commit

Permalink
fixed font weights #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 704c58a commit b6bd49b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 15 deletions.
6 changes: 5 additions & 1 deletion assets/scss/base/_titles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@
p, a, ul, li {
font-size: 17px;
color: $color-dark;
font-weight: 300;
text-decoration: none;
}

p {
font-weight: 300;
line-height: 24px;
font-size: 16px;
}
a:hover {
text-decoration: none;
opacity: .8;
Expand Down
1 change: 0 additions & 1 deletion assets/scss/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ $card-radius: 0 !default;
padding-bottom: 48px;
font-size: 16px;
color: $color-dark;
font-weight: 200;
}

}
Expand Down
6 changes: 4 additions & 2 deletions assets/scss/layout/_single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ body:not(.blog) .site-main {
.entry-title {
max-width: $container-max-width;
margin: 0 auto;
padding: 0 70px 48px 70px;
padding: 0 70px 36px 70px;
line-height: 50px;
font-size: 50px;

@include below(small) {
padding: 0 35px 48px 35px;
Expand All @@ -25,7 +27,7 @@ body:not(.blog) .site-main {
}

.entry-meta {
padding: 70px 0 30px 70px;
padding: 80px 0 14px 70px;
max-width: $container-max-width;
margin: 0 auto;

Expand Down
15 changes: 10 additions & 5 deletions rtl.css

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

15 changes: 10 additions & 5 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 b6bd49b

Please sign in to comment.