Typicalc/frontend/styles/view/main/main-view.css

16 lines
226 B
CSS
Raw Normal View History

2021-01-26 15:05:33 +00:00
#header {
2021-02-13 16:49:29 +00:00
height: var(--lumo-size-xl);
2021-01-26 15:05:33 +00:00
}
#header h1 {
2021-02-13 16:49:29 +00:00
font-size: var(--lumo-font-size-l);
margin: 0;
2021-01-26 15:05:33 +00:00
}
2021-02-13 16:49:29 +00:00
#start-page {
width: 100%;
height: 100%;
align-items: center;
}
#start-page-scroller {
width: 100%;
height: 100%;
}