Skip to content

Commit ab32f50

Browse files
authored
Merge pull request #54 from encap/dev
fix settings margin on screens below 900px
2 parents 265d234 + 0ba2cb1 commit ab32f50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/Start.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,9 @@ export default {
299299
flex-grow: 4
300300
position: relative
301301
max-width: 40%
302+
303+
304+
@media (max-width: 900px), (max-height: 700px)
305+
.start
306+
height: calc(100vh - 2 * 1em)
302307
</style>

0 commit comments

Comments
 (0)