Skip to content

Commit 3515163

Browse files
authored
Tune QR code size (#41)
1 parent bd383ef commit 3515163

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

front-end/src/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
141141
main {
142142
flex: 1;
143+
padding-bottom: 2rem;
143144
}
144145
145146
.links {

front-end/src/views/Share.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
light,
2424
},
2525
margin: 0,
26-
width: 16 * rem,
26+
width: 12 * rem,
2727
});
2828
});
2929
</script>

0 commit comments

Comments
 (0)