assets/css/tools.css in appscms-tools-theme-0.5.7 vs assets/css/tools.css in appscms-tools-theme-0.5.8
- old
+ new
@@ -1457,5 +1457,56 @@
-webkit-font-smoothing: antialiased;
font-weight: 400;
color: rgb(33, 33, 33);
padding: 6px;
}
+
+
+/* RELATED POST && RECENT POST STYLING */
+.related_post_heading{
+ width:100%;
+ font-size: 46px;
+ text-align: center;
+ font-weight: 800;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.24;
+ letter-spacing: normal;
+ color: rgb(17, 48, 78);
+ margin-bottom: 45px;
+ padding-top: 75px;
+ display: inline-block;
+}
+
+
+/* Blog-card-footer styling */
+.card-footer {
+ border: none;
+}
+.wrapfooter {
+ display: flex;
+ align-items: center;
+ margin-bottom: 15px;
+}
+.wrapfooter img {
+ width: 35px;
+ height: 35px;
+ border-radius: 50%;
+}
+.wrapfooter .author-meta {
+ /* flex: 1 1 auto; */
+ padding: 0 15px;
+}
+.wrapfooter .author-meta a {
+ font-size: 15px;
+ color: #000;
+ text-transform: capitalize;
+}
+.wrapfooter .post-read-more {
+ flex: 50;
+ text-align: right;
+}
+.post-date {
+ color: rgba(0, 0, 0, 0.44);
+ font-size: 13px;
+}
+/* close */