Improve table style in content

This commit is contained in:
ItsDrike 2021-08-26 02:17:54 +02:00
parent 1385f95d7f
commit 36febe9835
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -132,3 +132,22 @@ ul ul, ol ol {
.content-detail { .content-detail {
text-indent: 2em; text-indent: 2em;
} }
table td {
vertical-align: middle;
}
.table-dark {
color: $body-color;
}
.content {
table {
@extend .table, .table-dark, .table-striped;
margin: 0 auto;
margin-bottom: $paragraph-margin-bottom;
width: 66%;
text-align: center;
}
}