Örneğin;


@media screen and (max-width: 728x) {
#satir{
margin-top: 10px;
}
}

@media screen and (min-width: 728px) {
#satir{
margin-top: 30px;
}

}