Değişiklikler

Gezinti kısmına atla Arama kısmına atla

Şablon:AnaSayfaCerceve/styles.css

505 bayt eklendi, 02.55, 15 Mart 2021
değişiklik özeti yok
5. satır: 5. satır:     
.box{
 
.box{
 +
max-width:476px;
 
position:absolute;  
 
position:absolute;  
 
       top:20px;  
 
       top:20px;  
13. satır: 14. satır:  
       box-sizing: border-box;
 
       box-sizing: border-box;
 
       border-radius: 3px;
 
       border-radius: 3px;
 +
     
 +
}
 +
 +
@media only screen and (max-width:500px){
 +
.box{
 +
margin-left:0;
 +
}
 
}
 
}
   19. 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;
 +
}
 +
}
 +
 +
.kategoriler{
 +
position:absolute;
 +
bottom:10px;
 +
left:0;
 +
margin-left:20px;
 +
padding: 5px;
 +
    border-radius: 3px;
 +
    color: white;
 +
    font-weight: 700;
 +
}
 +
 +
.kategoriler a {
 +
color:white;
 +
}
 +
 +
.anasayfa-aciklama{
 +
color: rgba(20, 20, 20, 0.8);
 +
    font-weight: 600;
 
}
 
}

Gezinti menüsü