status-js-desktop/app/components/Home.css

15 lines
162 B
CSS
Raw Permalink Normal View History

2018-11-08 17:51:41 +00:00
.container {
position: absolute;
top: 30%;
left: 10px;
text-align: center;
}
.container h2 {
font-size: 5rem;
}
.container a {
font-size: 1.4rem;
}