mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
16 lines
226 B
CSS
16 lines
226 B
CSS
#header {
|
|
height: var(--lumo-size-xl);
|
|
}
|
|
#header h1 {
|
|
font-size: var(--lumo-font-size-l);
|
|
margin: 0;
|
|
}
|
|
#start-page {
|
|
width: 100%;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
#start-page-scroller {
|
|
width: 100%;
|
|
height: 100%;
|
|
} |