add #app min-width: 360px

This commit is contained in:
ogerly 2022-04-25 13:06:05 +02:00
parent 163c4a4ac8
commit 2d4b8dd760

View File

@ -19,7 +19,7 @@ export default {
<style>
#app {
height: 100%;
min-width: 360p;
min-width: 360px;
font-size: 1rem;
font-family: 'WorkSans';
}