aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-06-27 13:24:44 +0000
committerng0 <ng0@n0.is>2019-06-27 13:24:44 +0000
commitd9d8750749a6e606e2a5299a16d345f91a419355 (patch)
tree66d58009f79757ece73cfa7a06ae1969afc96387
parentf68e3275b24c6aba82fb2affd1067d1943634a29 (diff)
downloadwww-d9d8750749a6e606e2a5299a16d345f91a419355.tar.gz
www-d9d8750749a6e606e2a5299a16d345f91a419355.zip
index: use a different style for jumbotron box after
discussion with schanzen@ and xrs@.
-rw-r--r--static/styles.sass2
-rw-r--r--template/index.html.j22
2 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.sass b/static/styles.sass
index f086cb2b..285a9bc2 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -252,7 +252,7 @@ footer
252 .jumbotron 252 .jumbotron
253 margin-bottom: 0px 253 margin-bottom: 0px
254 // background-color: #cccccc; 254 // background-color: #cccccc;
255 background-image: radial-gradient(circle, #baddef, #baddef, #349fd7); 255 // background-image: radial-gradient(circle, #baddef, #baddef, #349fd7);
256 // push footer down 256 // push footer down
257 min-height: 80vh 257 min-height: 80vh
258 // space for the nav 258 // space for the nav
diff --git a/template/index.html.j2 b/template/index.html.j2
index 97a07720..dce96833 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -1,7 +1,7 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron bg-near-black near-white">
5 <div class="container"> 5 <div class="container">
6 <div class="row"> 6 <div class="row">
7 <div class="col-lg-6"> 7 <div class="col-lg-6">