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="hero-copy">
|
||||
<span class="subhead">{{ .Site.Data.landing.hero.subhead | markdownify }}</span>
|
||||
<h1 class="headline">{{ .Site.Data.landing.hero.headline | markdownify }}</h1>
|
||||
<span class="subhead">{{ .Site.Data.landing.hero.subhead | markdownify }}</span>
|
||||
</div>
|
||||
<div class="hero-features">
|
||||
{{ range $index, $id := .Site.Data.landing.hero.devfeatures }}
|
||||
|
@ -68,12 +68,10 @@
|
||||
}
|
||||
|
||||
.hero-graphic {
|
||||
|
||||
@media screen and (min-width: $tablet) {
|
||||
@neat-span-columns 6;
|
||||
float: right;
|
||||
margin: 0;
|
||||
transform: scale(1.1) rotate(2deg);
|
||||
}
|
||||
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user