mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
10 lines
137 B
CSS
10 lines
137 B
CSS
|
#slideLayout {
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
|
||
|
#explanation {
|
||
|
margin-top: 5px;
|
||
|
}
|