Files
lintujamaslo/src/components/styles/menu.css
2021-11-11 21:03:23 +02:00

22 lines
155 B
CSS

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