projects
/
WP-Themes
/
laurium.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34639b9
)
fixing the slideshow padding and margin
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 May 2018 17:47:15 +0000
(13:47 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 May 2018 17:47:15 +0000
(13:47 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
6216a86
..
cd98c97
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-624,11
+624,27
@@
Content
width: 1200px;
}
} */
+.home #content {
+ /* border-top: 9px double rgba(50,7,1, 1); */
+ top: -20px;
+}
.parallax-section {
padding: 15px 0 80px;
position: relative;
+
+}
+@media (min-width: 768px){
+ .home #content{
+ top: 0;
+ }
+ .parallax-section {
+ padding: 0px 0 80px;
+ position: relative;
+ top: 20px;
+ }
}
+
.parallax-section h2 {
font-size: 38px;
text-transform: uppercase;