Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lowinske committed Oct 30, 2018
1 parent 3b4ef60 commit cbac5dc
Show file tree
Hide file tree
Showing 23 changed files with 115 additions and 57 deletions.
97 changes: 64 additions & 33 deletions css/customstyles.css

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

2 changes: 1 addition & 1 deletion css/customstyles.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/customstyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ h3, h4, h5, h6 {
}

h1 {
@include adelle_b(36px);
@include headline-1;
line-height: 45px;
color: $cl_blue;
}

h2 {
@include adelle_b(30px);
@include headline-2;
line-height: 40px;
color: $cl_blue;

Expand All @@ -88,7 +88,7 @@ h2 {
}

h3 {
@include avenir_h(24px);
@include headline-3;
line-height: 35px;
color: $cl_blue;

Expand Down
Loading

0 comments on commit cbac5dc

Please sign in to comment.