some styles
This commit is contained in:
parent
a955d444d6
commit
21044fef96
1 changed files with 10 additions and 1 deletions
|
@ -332,6 +332,14 @@ nav#side-nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 0px) and (max-width: 767px) {
|
@media only screen and (min-width: 0px) and (max-width: 767px) {
|
||||||
|
|
||||||
|
article .post-content p,
|
||||||
|
article .post-content ul li,
|
||||||
|
article .post-content ol li,
|
||||||
|
.home .post-excerpt p {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: rgba(141, 191, 66, .97)!important;
|
background: rgba(141, 191, 66, .97)!important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -365,6 +373,7 @@ nav#side-nav {
|
||||||
}
|
}
|
||||||
.post-thumb {
|
.post-thumb {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: 0 0 25px 25px;
|
||||||
}
|
}
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
background: rgba(141, 191, 66, .97)!important;
|
background: rgba(141, 191, 66, .97)!important;
|
||||||
|
@ -376,7 +385,7 @@ nav#side-nav {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
.post-list li h3 a {
|
.post-list li h3 a {
|
||||||
font-size: 36px;
|
font-size: 31px;
|
||||||
}
|
}
|
||||||
#mc_embed_signup input {
|
#mc_embed_signup input {
|
||||||
margin: 0 20px !important;
|
margin: 0 20px !important;
|
||||||
|
|
Loading…
Reference in a new issue