More design-updates

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 17:16:02 +01:00
parent b64e17bbab
commit c177f1cda8
7 changed files with 149 additions and 61 deletions

View File

@@ -118,4 +118,10 @@ export default {
margin-right: 5px;
border-radius: 25px;
}
@media only screen and (max-width: 768px) {
canvas {
height: 50vh;
}
}
</style>