mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
22 lines
282 B
CSS
22 lines
282 B
CSS
#infoHeader {
|
|
display: flex;
|
|
position: relative;
|
|
width: 30vw;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#infoContent {
|
|
align-items: center;
|
|
}
|
|
|
|
#inputSyntax {
|
|
font-family: "Courier";
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
#closeIcon {
|
|
right: 0;
|
|
position: absolute;
|
|
bottom: 0.45em;
|
|
} |