Skip to content
Snippets Groups Projects

New style general blogposts

Open Dimitrie Hoekstra requested to merge new-style-general-blogposts into master
1 file
+ 32
38
Compare changes
  • Side-by-side
  • Inline
@@ -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;
@@ -82,6 +100,7 @@ body {
}
h2 {
font-size: 2.441em;
font-weight: normal;
margin-top: 30px;
line-height: 1.2;
@@ -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;
@@ -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