Typicalc/frontend/styles/view/main/help-dialog.css
2021-02-04 20:09:28 +01:00

16 lines
205 B
CSS

#contentLayout {
height: 80vh;
}
#headingLayout {
width: 80vw;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#languageSelect {
position: absolute;
right: 0;
}