preview image update

This commit is contained in:
gurusabarish
2020-08-20 13:39:09 +05:30
parent 4b68507a03
commit 98b3e9eb20
10 changed files with 64 additions and 13 deletions
File diff suppressed because one or more lines are too long
+20 -3
View File
@@ -4,10 +4,27 @@
font-weight: bold;
}
.item-title:hover {
.blog-tags {
color: rgb(0, 204, 255);
}
.blog-tags {
color: rgb(0, 204, 255);
.read-more:hover {
background-color: transparent;
color: #007bff;
}
.read-more:focus {
box-shadow: none;
}
.img-fluid {
width: 100% !important;
height: 350px !important;
}
@media only screen and (max-width: 600px) {
.img-fluid {
height: 200px !important;
}
}