Translations and styling improved on main page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user