Skip to content

Commit f6f1be2

Browse files
committed
Reduce the padding for the QR code div
This helps ensure that the QR code is center aligned in smaller screens.
1 parent c94e458 commit f6f1be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ footer h2 {
168168
}
169169

170170
.qr-code-div {
171-
padding: 30px;
171+
padding: 30px 15px;
172172
}

0 commit comments

Comments
 (0)