fixed template rendering

fixed asset controller
This commit is contained in:
Maurice Grönwoldt 2020-09-11 20:22:26 +02:00
commit a087af311c
5 changed files with 9 additions and 12 deletions

View file

@ -8,9 +8,6 @@ html, body {
color: #fff;
background-color: #333;
font-family: sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
}