This commit is contained in:
gurusabarish
2020-08-30 00:41:07 +05:30
parent 2ee892e5d3
commit 72e49d4efa
17 changed files with 38 additions and 186 deletions
+30
View File
@@ -0,0 +1,30 @@
/*blog*/
.item-title {
font-family: 'Alata', sans-serif;
color: rgba(0, 0, 0, 0.541);
font-weight: bold;
}
.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;
}
}