fix: postLink footer icon size (#514)

This commit is contained in:
Awais Ansari
2023-05-08 18:15:53 +05:00
committed by GitHub
parent 0844ee6875
commit 3dc7f74fa4

View File

@@ -95,13 +95,13 @@ $fa-font-path: "~font-awesome/fonts";
}
.post-summary-comment-count-dimensions {
height: 15.39px;
width: 15.5px
height: 15.39px !important;
width: 15.5px !important;
}
.post-summary-like-dimensions {
height: 16px;
width: 17px
height: 16px !important;
width: 17px !important;
}
.post-summary-timestamp {