mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
16 lines
205 B
CSS
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;
|
|
} |