You may also want to use a media query so the formatting only applied to smaller devices.
@media screen and (max-width: 599px) {
.wpcf7-form-control {
width: 95% !important;
}
.wpcf7-form-control.wpcf7-submit {
font-size: 18px;
font-size: 1.286rem;
padding: 14px 0;
padding: 1rem 0;
}
}
thanks! Found the scss files there. At least that might be a good starting point to work from. Should I put in a request on the Alpha/Beta discussion asking for the source files to be included or perhaps update it myself and/or get a preprocess team to reincorporate any recent changes as scss? I’m new to the WP core community so I’m not familiar where/when it’s appropriate to post or contribute.
EDIT: i’m thinking it would be handy to be able to copy the core theme and easily tweak it out via the variables and mixins if people wanted too, not for people to change the default theme itself, of course…