From b0579d9d15c8b5f6e52ba29b99358326d2b256ae Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Fri, 21 Sep 2018 20:48:36 -0700 Subject: [PATCH] fix jumbotron stylings, remove unnecessary css --- static/css/style.css | 8 ++------ templates/pages/index.html | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4ec7478..50c825b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -102,24 +102,20 @@ footer { } div#main { - padding-top: 7rem; padding-bottom: 4rem; } #banner { background-image: url(../images/australia.jpeg); - background-position: center center; + background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: #ffffff; - padding: 12em 0; - text-align: center; + padding: 14em 0; -webkit-transform: translate3d(0,0,0); } - - /* NAVIGATION */ .navbar-fixed-top { diff --git a/templates/pages/index.html b/templates/pages/index.html index d30460e..4069742 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -7,7 +7,7 @@
-
+

About PgDU

@@ -20,7 +20,7 @@ The name “Down Under” refers to Australia, due to its position in the lower latitudes of the southern hemisphere. Before Australia was discovered, it was called “Terra Australis Incognita” or the Unknown Southern Land.

- +

Audience

-- 2.39.5