some styles
This commit is contained in:
parent
0905516aaa
commit
470713a0ed
1 changed files with 4 additions and 1 deletions
|
@ -127,6 +127,7 @@ article .post-content p {
|
||||||
|
|
||||||
.post-list li {
|
.post-list li {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -159,9 +160,11 @@ article .post-content p {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbotron #mc_embed_signup label{
|
.jumbotron #mc_embed_signup label,
|
||||||
|
.post-list li h3 a {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mc_embed_signup input {
|
#mc_embed_signup input {
|
||||||
margin: 0 20px !important;
|
margin: 0 20px !important;
|
||||||
width: calc(100% - 40px) !important;
|
width: calc(100% - 40px) !important;
|
||||||
|
|
Loading…
Reference in a new issue