projects
/
pgdu2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8308a4e
)
adjust padding for bottom of main section
author
Sarah Conway
<sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 03:53:52 +0000
(20:53 -0700)
committer
Sarah Conway
<sarah.conway@crunchydata.com>
Sat, 22 Sep 2018 03:53:52 +0000
(20:53 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 50c825b914adf0de8346d6eda1f743df449229d5..300fe0e8f79d40794f1d819c6efec76ced83c0ed 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-42,6
+42,7
@@
h3 {
footer {
background-color: #F5F5F5;
padding: 5rem;
+ margin-top: 4rem;
text-align: center;
}
@@
-101,13
+102,9
@@
footer {
padding-bottom: 4rem;
}
- div#main {
- padding-bottom: 4rem;
- }
-
#banner {
background-image: url(../images/australia.jpeg);
- background-position:
center
;
+ background-position:
bottom
;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;