projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59e93c
)
fix background img on mobile
author
xenophenes
<sarah.conway@crunchydata.com>
Mon, 18 Dec 2017 04:24:58 +0000
(20:24 -0800)
committer
xenophenes
<sarah.conway@crunchydata.com>
Mon, 18 Dec 2017 04:24:58 +0000
(20:24 -0800)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index e54c2e87fa444e92c5af09f7a30413d23776fafb..1308e3ac44cdd1e9091a130cf81d94d5450e4a8e 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-1258,7
+1258,7
@@
overflow: hidden;
width:100%;
position:relative;
- background: url(../images/
banner
.jpg) no-repeat center center;
+ background: url(../images/
sf_3
.jpg) no-repeat center center;
background-attachment: scroll;
-webkit-background-size: cover;
-moz-background-size: cover;