Merge branch 'master' into expanding
This commit is contained in:
commit
b97775978e
34 changed files with 215 additions and 2489 deletions
|
|
@ -24,7 +24,10 @@ body {
|
|||
|
||||
p {
|
||||
line-height: 1.5;
|
||||
margin: 30px 0;
|
||||
margin: 6px 0;
|
||||
}
|
||||
p + p {
|
||||
margin: 24px 0 6px 0;
|
||||
}
|
||||
p a {
|
||||
/* text-decoration: underline */
|
||||
|
|
@ -489,7 +492,8 @@ footer .theme-by {
|
|||
-moz-transition: opacity 1s linear;
|
||||
transition: opacity 1s linear;
|
||||
}
|
||||
.intro-header .page-heading {
|
||||
.intro-header .page-heading,
|
||||
.intro-header .tags-heading {
|
||||
text-align: center;
|
||||
}
|
||||
.intro-header.big-img .page-heading,
|
||||
|
|
@ -498,7 +502,8 @@ footer .theme-by {
|
|||
color: #FFF;
|
||||
text-shadow: 1px 1px 3px #000;
|
||||
}
|
||||
.intro-header .page-heading h1 {
|
||||
.intro-header .page-heading h1,
|
||||
.intro-header .tags-heading h1 {
|
||||
margin-top: 0;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
|
@ -552,7 +557,8 @@ footer .theme-by {
|
|||
.intro-header.big-img .post-heading {
|
||||
padding: 150px 0;
|
||||
}
|
||||
.intro-header .page-heading h1 {
|
||||
.intro-header .page-heading h1,
|
||||
.intro-header .tags-heading h1 {
|
||||
font-size: 80px;
|
||||
}
|
||||
.intro-header .post-heading h1 {
|
||||
|
|
@ -637,7 +643,7 @@ footer .theme-by {
|
|||
}
|
||||
|
||||
.pager.blog-pager {
|
||||
margin-top: 0;
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
h4.panel-title > span.badge {
|
||||
|
|
@ -646,7 +652,7 @@ h4.panel-title > span.badge {
|
|||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.pager.blog-pager {
|
||||
margin-top: 10px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue