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:
68b93ef
)
removing top value from the parallax sections
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 May 2018 19:02:34 +0000
(15:02 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 10 May 2018 19:02:34 +0000
(15:02 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
9893cdd
..
2501a26
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-635,7
+635,7
@@
Content
.parallax-section {
padding: 30px 0 30px;
position: relative;
- top: 20px;
+ /* top: 20px; */
}
}