Typicalc/frontend/styles/view/image-slide.css

10 lines
121 B
CSS
Raw Normal View History

#slide-layout {
2021-02-19 11:31:23 +00:00
align-items: center;
justify-content: center;
2021-02-21 09:34:09 +00:00
padding: 0;
2021-02-19 11:31:23 +00:00
}
#slide-explanation {
2021-02-19 11:31:23 +00:00
margin-top: 5px;
2021-02-21 09:34:09 +00:00
}