Typicalc/frontend/styles/view/start-page.css

46 lines
554 B
CSS
Raw Normal View History

2021-02-19 11:31:23 +00:00
#startPage-Heading {
margin-top: 50px;
margin-bottom: 10px;
font-size: 50px;
}
#horizontalLine {
align-self: center;
width: 50%;
min-height: 1px;
}
#introduction {
width: 50%;
}
#linkContainer {
width: 50%;
margin-top: 0;
}
#slideProgress {
width: 50%;
margin-top: 30px;
margin-bottom: 0;
}
#controlPanel {
2021-02-19 12:37:07 +00:00
margin-top: auto;
margin-bottom: 15px;
2021-02-19 11:31:23 +00:00
}
#startPage {
padding: 0;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
2021-02-19 12:37:07 +00:00
height: 100%;
width: 100%;
2021-02-19 11:31:23 +00:00
}
#slideShow {
height: 500px;
2021-02-19 12:37:07 +00:00
width: 100vw;
2021-02-19 11:31:23 +00:00
}