mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
9 lines
110 B
CSS
9 lines
110 B
CSS
|
#infoHeader {
|
||
|
width: 30vw;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
#infoContent {
|
||
|
height: 50vh;
|
||
|
}
|