17. satır:
17. satır:
}
}
−
@media (max-width:500px){
+
@media only screen and (max-width:500px){
.box{
.box{
margin-left:0;
margin-left:0;
27. satır:
27. satır:
max-height:50vh;
max-height:50vh;
object-fit:cover;
object-fit:cover;
+
}
+
+
@media screen and (max-width: 850px){
+
#kh-anasayfa-blok .floatnone a img {
+
height: 262px !important;
+
max-width: 100% !important;
+
}
}
}
42. satır:
49. satır:
.kategoriler a {
.kategoriler a {
color:white;
color:white;
+
}
+
+
.anasayfa-aciklama{
+
color: rgba(20, 20, 20, 0.8);
+
font-weight: 600;
}
}