Skip to content

Commit

Permalink
Increase spacing and line-height, thanks @22nds :)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed May 30, 2018
1 parent ee087ed commit e74222e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
body {
font-family: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
font-weight: 300;
line-height: 170%;
}

.navbar-brand,
Expand Down Expand Up @@ -62,6 +63,9 @@ footer {
}





/* LINKS -------------------------------------------------------------------- */

a {
Expand Down Expand Up @@ -229,8 +233,14 @@ hr {
margin-top: 5rem;
}

[class^='col-md-'], [class*=' col-md-'] {
margin-top: 20px;
margin-bottom: 20px;
}

h3 {
margin-top: 1rem;
line-height: 130%;
}

.text-center .col-md-4 p {
Expand Down

0 comments on commit e74222e

Please sign in to comment.