cadoles-arcad/public/css/admin_settings.css

17 lines
259 B
CSS

@media screen and (min-width: 769px) {
form {
width: 50%!important;
}
}
@media screen and (min-width: 1200px) {
form {
/* width: 25%!important; */
padding: 8rem!important;
}
}
textarea {
height: 20vh!important;
}