Moving scss files.
This commit is contained in:
21
src/components/Menu.scss
Normal file
21
src/components/Menu.scss
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user