Translations and styling improved on main page.

This commit is contained in:
codevictory
2021-12-23 00:51:02 +02:00
parent 65a810211a
commit 25f87eaa01
14 changed files with 118 additions and 121 deletions

View File

@@ -1,21 +1,14 @@
table {
width: 100%;
}
@import '../colors.scss';
table,
td,
th {
border-bottom: 1px solid black;
}
.Menu {
h1 {
font-size: 4rem;
}
th {
height: 10vh;
}
tr {
line-break: auto;
}
th,
td {
width: 33%;
h2 {
font-size: 2rem;
color: $green-text;
margin-left: 3rem;
margin-right: 3rem;
}
}