Typicalc/frontend/styles/view/main/help-dialog.css

16 lines
205 B
CSS
Raw Normal View History

2021-01-29 16:15:59 +00:00
#contentLayout {
height: 80vh;
}
#headingLayout {
width: 80vw;
2021-02-04 19:09:28 +00:00
display: flex;
position: relative;
align-items: center;
justify-content: center;
2021-02-04 19:09:28 +00:00
}
#languageSelect {
position: absolute;
right: 0;
2021-01-29 16:15:59 +00:00
}