css
unknown
css
3 years ago
354 B
5
Indexable
@media only screen and (max-width:480px){
.about-tommy .container{
top:50px;
right: 40%;
transform: translateX(50%)
}
.about-tommy{
position: relative;
width: 100%;
height: 490px;
background-image: url("https://i.imgur.com/r5f0wB0.png");
background-position: 0;
background-size:cover;
z-index: 1;
}
}Editor is loading...