feat: add table styles
This commit is contained in:
parent
629578bdb4
commit
565fa157d3
1 changed files with 17 additions and 0 deletions
|
|
@ -139,3 +139,20 @@ figcaption p {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin: 0 auto;
|
||||||
|
min-width: 25%;
|
||||||
|
max-width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: v.$color_hr;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
border: 1px solid v.$color_tertiary;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table caption {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue