Typicalc/frontend/styles/view/start-page.css
2021-02-21 10:34:09 +01:00

46 lines
547 B
CSS

#startPage-Heading {
margin-top: 50px;
margin-bottom: 10px;
font-size: 50px;
}
#horizontalLine {
align-self: center;
width: 55em;
max-width: 100%;
min-height: 1px;
}
#textContainer {
max-width: 55em;
}
#linkContainer {
margin: 0;
}
#slideProgress {
width: 55em;
max-width: 100%;
margin-top: 30px;
margin-bottom: 0;
}
#controlPanel {
margin-top: auto;
margin-bottom: 15px;
}
#startPage {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
#slideShow {
height: 500px;
width: 100%;
}