Compare commits
No commits in common. "65d631e4e41f073334fc9382460e13e6fe3d17da" and "ddcf1efd529bf35689f2d845dfc5dce04ec22475" have entirely different histories.
65d631e4e4
...
ddcf1efd52
|
@ -59,7 +59,6 @@ h6 {
|
||||||
font-weight: $heading-font-weight;
|
font-weight: $heading-font-weight;
|
||||||
color: $alt-fg-color;
|
color: $alt-fg-color;
|
||||||
margin: 6.4rem 0 3.2rem 0;
|
margin: 6.4rem 0 3.2rem 0;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
header {
|
header {
|
||||||
margin-top: 6.4rem;
|
margin-top: 6.4rem;
|
||||||
margin-bottom: 3.2rem;
|
margin-bottom: 3.2rem;
|
||||||
text-align: center;
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 4.2rem;
|
font-size: 4.2rem;
|
||||||
line-height: 4.6rem;
|
line-height: 4.6rem;
|
||||||
|
@ -57,11 +56,6 @@
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.featured-image {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar img {
|
.avatar img {
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ if .Params.featured_image }}
|
{{ if .Params.featured_image }}
|
||||||
<img class="featured-image" src='{{ .Params.featured_image }}' alt="Featured image"/>
|
<img src='{{ .Params.featured_image }}' alt="Featured image"/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue