Landing page: make sure the image isn't larger than the page

master
Florent Revest 2017-06-26 12:58:27 +02:00
parent 026178c699
commit 817d5ebc30
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ layout: content
---
<div class="index-header" id="content">
<div class="container">
<img src="{{assets}}/img/watch.png" height="600"><br>
<img src="{{assets}}/img/watch.png" style="max-height:600px; max-width:100%;"><br>
<h1>{{ title }}</h1>
<p>{{ lead }}</p>
<a class="btn btn-primary" href="{{rel 'about'}}" role="button">Learn more</a>