Typicalc/frontend/styles/view/start-page.css
2021-03-07 17:20:08 +01:00

48 lines
583 B
CSS

#startPage-Heading {
margin-top: 20px;
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;
}
#startPage {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
#slideShow {
height: 500px;
width: 100%;
}
#startpage-footer {
position: sticky;
bottom: 1em;
background-color: white;
width: 100%;
}