Skip to content

Commit f0ec94e

Browse files
author
Max Carlson
committed
Add padding around qr codes
1 parent 0c5c729 commit f0ec94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebSites/spacetime/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
}
4040
.qrcode {
4141
position: relative;
42-
top: 0;
43-
left: 0;
42+
top: 10px;
43+
left: -10px;
4444
width: 100px;
4545
height: 100px;
4646
padding: 10px;

0 commit comments

Comments
 (0)