Add skills as items

This commit is contained in:
mstein
2022-06-07 00:58:21 +02:00
parent ab59b19e56
commit c7f6a38acf
13 changed files with 399 additions and 136 deletions
+14
View File
@@ -40,4 +40,18 @@
text-align: right;
font-weight: bold;
}
td {
&.center {
text-align: center;
}
&.padding {
padding: 0 1rem 0 1rem;
}
}
input.skill {
width: 5rem;
}
}