From 027ec9611707fe95568bc67df7c167e9c9805f33 Mon Sep 17 00:00:00 2001 From: RealOrangeOne Date: Sat, 19 Mar 2016 21:57:37 +0000 Subject: [PATCH] Add see more button --- static/src/less/homepage.less | 8 ++++++++ templates/index.html | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index 8ddcf97..9a66406 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -113,6 +113,14 @@ body.index { .thumbnail { padding: 15px; height: 300px; + &.see-more { + h1 { + position: relative; + top: 50%; + transform: translateY(-50%); + margin: 0; + } + } @media (max-width: @screen-xs-max) { height: 400px; } diff --git a/templates/index.html b/templates/index.html index 4ed72d3..51d4756 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,6 +50,13 @@ {% endfor %} +
+ +