mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-24 00:29:03 +00:00
Improve table style in content
This commit is contained in:
parent
1385f95d7f
commit
36febe9835
1 changed files with 19 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue