mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
add table css
This commit is contained in:
parent
06ba05a264
commit
a2f0eb0ca1
13
_sass/tables.scss
Normal file
13
_sass/tables.scss
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user