image in blog summery and recent post #62, Scrollbar styling

This commit is contained in:
gurusabarish
2022-11-29 15:57:39 +05:30
parent 6b22957c7c
commit fdd628c9cd
9 changed files with 124 additions and 46 deletions
+14
View File
@@ -16,6 +16,7 @@ footer .card {
border-radius: .75rem;
cursor: context-menu;
overflow: hidden;
border: none;
}
footer .card:hover {
@@ -46,4 +47,17 @@ footer .card-footer a:hover {
footer .card-footer a:focus {
box-shadow: none !important;
}
footer .card > .card-header {
padding: 0 !important;
border: none !important;
background-color: var(--secondary-color) !important;
}
footer .card > .card-header .card-img-top {
width: 100%;
height: 250px !important;
object-fit: cover;
background-color: transparent !important;
}