Moving scss files.

This commit is contained in:
codevictory
2021-12-06 20:01:48 +02:00
parent f1ec5a0b1b
commit abe937714a
18 changed files with 10 additions and 12 deletions

21
src/components/Menu.scss Normal file
View File

@@ -0,0 +1,21 @@
table {
width: 100%;
}
table,
td,
th {
border-bottom: 1px solid black;
}
th {
height: 10vh;
}
tr {
line-break: auto;
}
th,
td {
width: 33%;
}