mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
29 lines
317 B
CSS
29 lines
317 B
CSS
.hero {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.logo {
|
|
flex: 1;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.logo svg {
|
|
width: 100%;
|
|
max-width: 300px;
|
|
}
|
|
|
|
.logo h3 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
footer {
|
|
background-color: #fafafa;
|
|
padding: 4rem;
|
|
}
|
|
|
|
section {
|
|
max-width: 700px;
|
|
margin: 5rem auto;
|
|
}
|