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 %} +