Skip to content

Commit a531948

Browse files
authored
Merge pull request #100 from leonbeon/pr-mobile-width
Allow mobile to only take up 100% width of viewport
2 parents 51e88b2 + 2d7be38 commit a531948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/App.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767

6868
<style>
6969
.viewport {
70-
width: 800px;
70+
width: 100%;
71+
max-width: 800px;
7172
margin: 50px auto;
7273
}
7374
</style>

0 commit comments

Comments
 (0)