projects
/
WP-Themes
/
upwatertrails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f771e
)
quirey added to hack
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:52:34 +0000
(14:52 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 4 Dec 2015 19:52:34 +0000
(14:52 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
6480581
..
f3d4097
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-13,10
+13,18
@@
#slideshow {
top: -170px;
width: 100vw;
+ @media only screen and (max-width: 1024px) {
+ top: 0;
+ position: relative;
+ }
}
*::-ms-backdrop, #slideshow {
top: -170px;
width: 100vw;
+ @media only screen and (max-width: 1024px) {
+ top: 0;
+ position: relative;
+ }
}
}
</style>