iDie/css/idie.css

16 lines
256 B
CSS
Raw Normal View History

2020-05-23 23:01:16 +02:00
.reveal table thead th,
.reveal table thead td,
.reveal table tbody th,
.reveal table tbody td {
text-align: center !important;
vertical-align: top !important;
2020-05-23 23:01:16 +02:00
}
2020-05-23 23:27:26 +02:00
.reveal section section {
font-size: 90%;
}
.reaveal .slides p {
text-align: justify;
2020-05-23 23:27:26 +02:00
}