This commit is contained in:
gurusabarish
2020-09-24 11:58:02 +05:30
parent b4681b5856
commit 7f4cac91ec
9 changed files with 106 additions and 103 deletions
+4 -26
View File
@@ -1,29 +1,7 @@
/*blog*/
.item-title {
font-family: 'Alata', sans-serif;
color: rgba(0, 0, 0, 0.541);
.border-bottom-primary {
border-bottom: .25rem solid #4e73df !important;
}
.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;
}
}
@media only screen and (max-width: 600px) {}