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