phenomic
Version:
Modern website generator based on the React and Webpack ecosystem.
22 lines (19 loc) • 305 B
CSS
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 50vh;
padding: 1rem 0;
}
.oops {
font-size: 4rem;
line-height: 4rem;
color: #ddd;
}
.title {
margin: 4rem 0;
font-size: 2rem;
line-height: 3rem;
text-align: center;
}