Skip to content

Commit

Permalink
Fixed hero sub header positioning, crooked image
Browse files Browse the repository at this point in the history
  • Loading branch information
ziburski committed Feb 26, 2018
1 parent 941cf44 commit 65324ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion website/site/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions website/src/css/imports/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 65324ec

Please sign in to comment.