mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
18 lines
229 B
CSS
18 lines
229 B
CSS
#headingLayout {
|
|
width: 100%;
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#closeIcon {
|
|
right: 0;
|
|
position: absolute;
|
|
bottom: 2.1em;
|
|
}
|
|
|
|
#exampleContainer {
|
|
padding: 0;
|
|
margin: 0;
|
|
} |