1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00
chota/doc-styles.css
2017-03-31 18:29:57 -04:00

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;
}