tsviewer-frontend/src/components/Header/Header.css
2019-02-06 23:30:58 +01:00

10 lines
208 B
CSS

.App-header {
background-color: #282c34;
min-height: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}