rum-goggles/frontend/src/screens/Dashboard.css

8 lines
172 B
CSS
Raw Normal View History

2023-12-13 21:07:40 +00:00
#Dashboard {
align-items: center;
background-color: #f3f5f8;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
}