diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 509f0c36250d2690fba3698bf7a84b971a78096d..ff3e7b71057e70ea5f88c8c762d1cd33c96f3eaf 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 cbb7371d93b444fe98d8b3e90e9322b176ff66b1..42a6633ad1be9c50050b7a238627b242e02cdb1a 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; }