feat: implement barebone zola templates
This commit is contained in:
parent
9c20f5ed2e
commit
f99a9ae2ac
198 changed files with 2434 additions and 227991 deletions
6
_src/components/Table/Table.module.css
Normal file
6
_src/components/Table/Table.module.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.table th,
|
||||
.table td {
|
||||
padding: 0.25rem 1rem;
|
||||
border: 1px solid white;
|
||||
text-align: center;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue