From c236eda99242c3bbc6363fb97b4a9b526c8fc120 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <_@chrisjrn.com> Date: Sun, 9 Jun 2019 15:39:04 -0700 Subject: [PATCH] Top section looks OK. --- pinaxcon/templates/static_pages/homepage.html | 18 +++++++++--------- static/scss/custom.scss | 9 +++++++-- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 509f0c3..ff3e7b7 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -13,23 +13,23 @@ {% block body %}
-
+
- -

North Bay
- Python

- -
-

A one-track Python conference, north of the Golden Gate.
November 2 & 3, 2019. diff --git a/static/scss/custom.scss b/static/scss/custom.scss index cbb7371..42a6633 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -123,6 +123,7 @@ body.auth .panel-heading .panel-title span.pull-right { $homepage-block-min-height: 480px; +$homepage-block-smaller-min-height: 360px; .homepage-block { margin-top: 0; @@ -138,6 +139,10 @@ $homepage-block-min-height: 480px; min-height: 0px; } + &.smaller { + min-height: $homepage-block-smaller-min-height; + } + .sponsor { $sponsor-height: 150px; @include make-xs-column(6); @@ -197,12 +202,12 @@ $homepage-block-min-height: 480px; .homepage-block-content-cloudsep { - min-height: ($homepage-block-min-height - 140px); + min-height: ($homepage-block-smaller-min-height - 40px); } .homepage-block-bloop { - min-height: 140px; + min-height: 40px; }