forked from tykayn/funky-framadate-front
13 lines
141 B
SCSS
13 lines
141 B
SCSS
form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
label {
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
}
|
|
h1 {
|
|
display: flex;
|
|
align-self: center;
|
|
}
|