Fixed hero sub header positioning, crooked image
This commit is contained in:
parent
941cf44017
commit
65324ecf9f
@ -5,8 +5,8 @@
|
|||||||
<div class="contained">
|
<div class="contained">
|
||||||
|
|
||||||
<div class="hero-copy">
|
<div class="hero-copy">
|
||||||
<span class="subhead">{{ .Site.Data.landing.hero.subhead | markdownify }}</span>
|
|
||||||
<h1 class="headline">{{ .Site.Data.landing.hero.headline | markdownify }}</h1>
|
<h1 class="headline">{{ .Site.Data.landing.hero.headline | markdownify }}</h1>
|
||||||
|
<span class="subhead">{{ .Site.Data.landing.hero.subhead | markdownify }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-features">
|
<div class="hero-features">
|
||||||
{{ range $index, $id := .Site.Data.landing.hero.devfeatures }}
|
{{ range $index, $id := .Site.Data.landing.hero.devfeatures }}
|
||||||
|
@ -68,12 +68,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-graphic {
|
.hero-graphic {
|
||||||
|
|
||||||
@media screen and (min-width: $tablet) {
|
@media screen and (min-width: $tablet) {
|
||||||
@neat-span-columns 6;
|
@neat-span-columns 6;
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transform: scale(1.1) rotate(2deg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user