fixes routing bug and provides temporary fix for css overlap

This commit is contained in:
2020-06-06 23:49:39 +02:00
parent 39b899283c
commit 6374c8d983
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ body
{
font-family: "Trebuchet MS", Helvetica, sans-serif;
padding: 0;
margin: 0;
height: calc(100% - 0.5rem)
}