Commit c8f1d442 authored by santiaago's avatar santiaago
Browse files

center what is horizontaly

parent 97fead8d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -28,3 +28,13 @@
    padding-bottom: 50px;
    padding-top: 50px;
}

.whatis-left{
    padding-top: 96px;
}

@media (max-width: 992px){
    .whatis-left {
	padding-top:0;
    }
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
<div class="row">
  <div class="col-md-6">
  <div class="col-md-6 whatis-left">
    <h2 class="text-left tg-title-color" id="whatisit">WHAT IS TINYGRAPHS</h2>
    <p class="lead text-left">Tinygraphs is an avatar generator web service. Use it to generate avatars for your web app.</p>
    <a class="tg-link" href="##tryitout" scroll-to="tryitout"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> TRY IT OUT</a>