nass-report-2020/css/custom.css

15 lines
169 B
CSS
Raw Normal View History

2020-05-07 10:37:50 +02:00
.figure p{
text-align: center;
}
.figure img{
max-width:100%;
display: block;
margin: auto;
}
2020-05-07 10:39:49 +02:00
table {
2020-05-08 10:19:09 +02:00
margin-left: auto;
margin-right: auto;
2020-05-07 10:39:49 +02:00
}