projects
/
WP-Themes
/
PrestonFeather.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5afdd0
)
h1 reduce padding & margin at top of page
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 1 Dec 2014 20:23:47 +0000
(15:23 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 1 Dec 2014 20:23:47 +0000
(15:23 -0500)
scss/_structure.scss
patch
|
blob
|
history
diff --git
a/scss/_structure.scss
b/scss/_structure.scss
index
d8bd310
..
210c0d5
100644
(file)
--- a/
scss/_structure.scss
+++ b/
scss/_structure.scss
@@
-33,7
+33,8
@@
h1 {
}
.main-content {
h1 {margin-top: 40px;}
- #category h1 {margin-top: 5px;}
+ h1:first-child {margin-top: 10px;}
+ #category h1 {margin-top: 10px;}
h2 {margin-top: 30px;}
p {margin-top: 10px;}
}
@@
-214,7
+215,7
@@
span:active {
.content {
background: #fff;
box-shadow: 0 5px 5px 5px #b1b3b5;
- padding:
40
px 0;
+ padding:
25
px 0;
}
#img_space {
padding-bottom: 10px;