mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
Improve table style in content
This commit is contained in:
parent
1385f95d7f
commit
36febe9835
|
@ -132,3 +132,22 @@ ul ul, ol ol {
|
|||
.content-detail {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue