This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/assets/styles/pages/contact.css

28 lines
No EOL
486 B
CSS

/* contact */
.contact__wrapper textarea {
height: 10rem;
resize: none;
}
.contact__wrapper .column.contact__description {
margin-bottom: 1.5rem;
}
.contact__wrapper .column.contact__description p:first-child {
margin-top: 0;
}
@media screen and (min-width: 768px) {
.contact__wrapper {
flex-direction: row;
}
.contact__wrapper .column {
width: 50%;
}
.contact__wrapper .column.contact__description {
padding-right: 1.5rem;
margin-bottom: 0;
}
}