Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/public_html/resources/assets/scss/blogs/ |
.blog-img {
position: relative;
max-width: 500px;
max-height: 300px;
border-radius: 20px;
margin: 0 auto;
overflow: hidden;
}
.blog-img img {
max-height: 100%;
}
img {
border-radius: 5%;
}
.about-section {
margin-top: -80px;
}
.blog-detail-img {
max-height: 460px;
}
@media (min-width: 1400px) {
.mt-100 {
margin-top: 100px;
}
}
.pagination li .page-item .active{
background-color: green;
}
.pagination .page-link{
background-color: white;
color: grey;
}
.pagination button {
margin: 0 10px 0 10px;
border-radius: 10px;
}
.pagination button.page-item{
background-color: white;
}
.pagination .page-item:first-child .page-link {
background-color: white;
color: grey;
border:none;
font-size: 30px;
margin-top: -10px;
margin-right: 10px;
}
.pagination .page-item:last-child .page-link {
background-color: white;
color: grey;
border:none;
font-size: 30px;
margin-top: -10px;
}
.pagination .page-item.active .page-link {
background-color: #7638f9;
color: white;
border-radius: 10px;
margin-right: 10px;
}
p.small.text-muted{
display: none;
}