Fix title positioning

pull/344/head
lukasmartinelli 2016-03-26 18:01:17 +01:00
rodzic 571572e809
commit 095f2372f3
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -53,12 +53,12 @@ body{
}
&.home{
height: 548px;
height: 518px;
img{
position: absolute;
left: 50%;
margin-left: -410px;
top: 230px;
top: 200px;
}
}
}
@ -89,7 +89,7 @@ body{
h1{
font-size: 30px;
margin-top: 50px;
margin-top: 100px;
}
&.home{

Wyświetl plik

@ -7,7 +7,7 @@ published: true
<div class="row">
<div class="banner home col12 center padt-6">
<div class="banner home col12 center">
<h1 class="white">Free Vector Tiles from OpenStreetMap</h1>
<img src="/img/home-banner-icons.png" alt="OSM2VectorTiles">
</div>