Added latest posts styling

This commit is contained in:
Aroy-Art 2021-05-27 14:53:31 +02:00
parent 6deb733e99
commit 209e2a493b

View file

@ -787,9 +787,48 @@ a:hover {
} }
/* ============================================= /*==================================================================
Latest Posts
==================================================================*/
.note {
background-color: #292F36;
border: 1px solid #4e595f;
}
.post-block {
background-color: #040b1e;
margin-bottom: 10px;
}
.post-block .content {
padding: 20px;
}
.post-block .content h3 {
margin: 0 0 6px;
font-size: 20px;
line-height: 1.5;
text-transform: capitalize;
}
.note .media-wrapper {
border-bottom: 1px solid #4e595f;
}
.note .excerpt h3 {
font-size: 20px;
line-height: 1.5;
text-transform: capitalize;
}
.all-post {
margin-top: 50px;
}
/*==================================================================
Cookie Box Cookie Box
============================================= */ ==================================================================*/
.cookie-box { .cookie-box {
position: fixed; position: fixed;
left: 0; left: 0;