mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
14 lines
223 B
SCSS
14 lines
223 B
SCSS
table {
|
|
margin: 0 auto;
|
|
// border: var(--theme-subtle-text-color) 1px solid;
|
|
// border-radius: 0.5em;
|
|
padding: 0.5em;
|
|
|
|
td,
|
|
th {
|
|
text-align: left;
|
|
padding-left: 0.5em;
|
|
padding-right: 0.5em;
|
|
}
|
|
}
|