change min width

This commit is contained in:
ogerly 2022-04-07 10:22:02 +02:00
parent 9f39ac883f
commit 06892f535f

View File

@ -19,7 +19,13 @@ export default {
<style>
#app {
height: 100%;
min-width: 500px;
min-width: 360p;
font-size: 1rem;
}
@media screen and (max-width: 500px) {
#app {
font-size: 0.85rem;
}
}
.pointer {