projects
/
WP-Themes
/
northernlakes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4870c1b
)
Title resizing for frontBlogFeedExcerpts
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 30 Jul 2015 19:22:55 +0000
(15:22 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 30 Jul 2015 19:22:55 +0000
(15:22 -0400)
scss/_main.scss
patch
|
blob
|
history
diff --git
a/scss/_main.scss
b/scss/_main.scss
index
9573f1c
..
87e9ba2
100644
(file)
--- a/
scss/_main.scss
+++ b/
scss/_main.scss
@@
-129,8
+129,8
@@
h3 {
}
}
h1 {
- line-height:
1.2
;
- margin: -
11px 0 0
;
+ line-height:
0.9
;
+ margin: -
8px 0 8px
;
}
h1 a {
font-size: rem-calc(24);
@@
-141,7
+141,7
@@
h3 {
p {
font-size: rem-calc(14);
line-height: 1.4;
- margin-bottom: rem-calc(
5
);
+ margin-bottom: rem-calc(
8
);
}
.blog-feed-content {
padding-left: 10px;
@@
-149,6
+149,9
@@
h3 {
padding: inherit;
}
}
+ #date {
+ font-weight: bold;
+ }
}
}
#content-bulk {