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:
7e5bcf8
)
adding margin to the top of the front page parallax content to increase image size
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 24 May 2018 16:51:40 +0000
(12:51 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 24 May 2018 16:51:40 +0000
(12:51 -0400)
style.css
patch
|
blob
|
history
diff --git
a/style.css
b/style.css
index
1a2bbb8
..
ac2130d
100644
(file)
--- a/
style.css
+++ b/
style.css
@@
-1818,6
+1818,12
@@
Service Section
padding: 6px;
}
+@media (min-width: 1200px){
+ .service-list .service-detail {
+ margin-top: 25px;
+ }
+
+}
.service-list .service-detail {
width: 300px;
}