css ile media screen yapabilirsin:
@media screen and (max-width: 480px) {
.kurulus{
width:300px;(mesela burayı düzenle)
}
}