some styles
This commit is contained in:
parent
402f2841c0
commit
39ede5ad01
2 changed files with 22 additions and 6 deletions
|
@ -34,7 +34,7 @@
|
||||||
<!--End mc_embed_signup-->
|
<!--End mc_embed_signup-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main class="page-content" aria-label="Content">
|
<main class="page-content-home page-content" aria-label="Content">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -13,10 +13,7 @@
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
-webkit-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
|
text-shadow: 0 1px 1px rgba(0,0,0,0.3);
|
||||||
-moz-box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
|
|
||||||
box-shadow: inset 0 3px 50px rgba(0,0,0,0.3);
|
|
||||||
/* text-shadow: 0 1px 1px rgba(0,0,0,0.3); */
|
|
||||||
-webkit-font-feature-settings: "kern" 1;
|
-webkit-font-feature-settings: "kern" 1;
|
||||||
-moz-font-feature-settings: "kern" 1;
|
-moz-font-feature-settings: "kern" 1;
|
||||||
-o-font-feature-settings: "kern" 1;
|
-o-font-feature-settings: "kern" 1;
|
||||||
|
@ -68,8 +65,12 @@ article .post-content p {
|
||||||
margin-top: 29px;
|
margin-top: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-content-home {
|
||||||
|
background-color: #e4e2dd;
|
||||||
|
}
|
||||||
|
|
||||||
.page-content .wrapper {
|
.page-content .wrapper {
|
||||||
padding: 0 20px;
|
padding: 30px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: calc(700px - 60px);
|
max-width: calc(700px - 60px);
|
||||||
}
|
}
|
||||||
|
@ -115,6 +116,21 @@ article .post-content p {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-list li h3 a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #bb4a03 !important;
|
||||||
|
}
|
||||||
|
.post-list li h3 a {
|
||||||
|
color: #222 !important;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-list li {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.jumbotron #mc_embed_signup label{
|
.jumbotron #mc_embed_signup label{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
|
Loading…
Reference in a new issue