Typicalc/frontend/styles/view/main/help-dialog.css
2021-02-13 10:31:08 +01:00

18 lines
232 B
CSS

#contentLayout {
padding-left: 0px;
padding-right: 0px;
}
#headingLayout {
width: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#languageSelect {
position: absolute;
right: 0;
}