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.
17 lines
242 B
17 lines
242 B
4 years ago
|
.contact {
|
||
|
.header {
|
||
|
font-size: 4rem;
|
||
|
text-align: center;
|
||
|
margin-bottom: 3rem;
|
||
|
border-top: 0.1rem solid #f4f5f6;
|
||
|
padding-top: 4rem;
|
||
|
}
|
||
|
|
||
|
font-family: "Raleway";
|
||
|
|
||
|
#message {
|
||
|
resize: none;
|
||
|
height: 10rem;
|
||
|
}
|
||
|
}
|