You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Portfolio/styles/sass/contact.scss

25 lines
390 B

.contact {
.header {
font-size: 4rem;
text-align: center;
margin-bottom: 3rem;
border-top: 0.1rem solid var(--borders);
padding-top: 4rem;
}
input,
textarea,
select {
border-color: var(--borders);
color: var(--foreground);
background-color: var(--secondary);
}
font-family: "Raleway";
#message {
resize: none;
height: 10rem;
}
}