index: Show a smaller watch to keep space for the bottom bar

master
Florent Revest 2017-10-31 22:41:17 +01:00
parent 9d47583270
commit ba4bf0d203
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -7,7 +7,7 @@
color: @navbar-inverse-link-color;
background-color: @navbar-inverse-bg;
display: flex;
min-height: calc(~"100vh - 150px");
min-height: calc(~"100vh - 230px");
align-items: center;
}