Files
cellxgene/src/components/page2.css
T
2017-09-06 22:19:55 -07:00

26 lines
339 B
CSS

.heroContainer {
width: 100%;
height: 95vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero {
font-size: 48px;
margin-bottom: 0;
}
.subHero {
font-size: 18px;
max-width: 600px;
text-align: center;
}
.or {
margin: 20px;
font-family: Georgia;
font-style: italic;
}