taniere-solidaire-acceuil/assets/css/style.scss
2024-04-20 16:04:27 +02:00

32 lines
339 B
SCSS

:root {
background-color: white;
}
body {
display: flex;
flex-direction: column;
}
.Header {
display: flex;
flex-direction: row;
h1 {
margin: auto;
align-self: center;
}
input {
margin-top: auto;
margin-bottom: auto;
align-self: flex-end;
}
}