Files
next-learn/demo/components/layout.module.css
Shu Uesugi 6eb496f091 Rename
2020-04-19 14:14:30 -07:00

26 lines
298 B
CSS

.container {
max-width: 36rem;
padding: 0 1rem;
margin: 3rem auto 6rem;
}
.header {
display: flex;
flex-direction: column;
align-items: center;
}
.headerImage {
width: 6rem;
height: 6rem;
}
.headerHomeImage {
width: 8rem;
height: 8rem;
}
.backToHome {
margin: 3rem 0 0;
}