Files
hugo-profile/static/css/blog.css
T
gurusabarish 21c4c15b65 update
2020-08-31 23:51:20 +05:30

29 lines
439 B
CSS

/*blog*/
.item-title {
font-family: 'Alata', sans-serif;
color: rgba(0, 0, 0, 0.541);
}
.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;
}
}