Skip to content
Snippets Groups Projects
Commit 288de1e8 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra
Browse files

additional linting fixes

parent 3ab0be28
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -70,6 +70,24 @@ body {
}
}
 
// Touched up type styles
html {
font-size: 1.125em;
}
p {
margin-bottom: 1.3em;
}
h2,
h3,
h4,
h5 {
margin: .625em 0 .5em;
font-weight: 400;
}
h1 {
font-weight: 300;
line-height: 1.25;
Loading
Loading
@@ -82,6 +100,7 @@ body {
}
 
h2 {
font-size: 2.441em;
font-weight: normal;
margin-top: 30px;
line-height: 1.2;
Loading
Loading
@@ -92,11 +111,24 @@ body {
}
 
h3 {
font-size: 1.953em;
font-size: 33px;
font-weight: normal;
line-height: 1.2;
}
 
h4 {
font-size: 1.563em;
}
h5 {
font-size: 1.25em;
}
small {
font-size: .8em;
}
.description {
font-weight: 300;
 
Loading
Loading
@@ -160,44 +192,6 @@ body {
}
}
}
// Touched up type styles
html {
font-size: 1.125em;
}
p {
margin-bottom: 1.3em;
}
h2,
h3,
h4,
h5 {
margin: .625em 0 0.5em;
font-weight: 400;
}
h2 {
font-size: 2.441em;
}
h3 {
font-size: 1.953em;
}
h4 {
font-size: 1.563em;
}
h5 {
font-size: 1.25em;
}
small {
font-size: 0.8em;
}
}
 
.imglink::after {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment