mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 07:18:11 +08:00
26 lines
339 B
CSS
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;
|
|
}
|