mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
15 lines
210 B
CSS
15 lines
210 B
CSS
#info-header {
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#info-content {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
#input-syntax {
|
|
font-family: "Courier";
|
|
margin-top: 1.5em;
|
|
} |