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

54 lines
652 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%;
height: 100%;
}
#slideShow {
height: 500px;
width: 100%;
}
#startPage #content {
width: 100%;
height: 100%;
align-items: center;
}
footer {
width: 100%;
padding-bottom: 1em;
background-color: white;
}