Skip to content

Commit 7e96341

Browse files
committed
Add qrcode of wechat mp and related CSS.
1 parent 4f8c1b9 commit 7e96341

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

assets/css/extended/custom.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,17 @@
3939
background-color: #e0e0e0;
4040
color: #333;
4141
}
42+
43+
.qr-container {
44+
display: flex;
45+
flex-direction: column;
46+
align-items: center;
47+
justify-content: center;
48+
margin: 20px 0;
49+
}
50+
51+
.qr-container > image {
52+
width: 150px;
53+
height: 150px;
54+
display: block;
55+
}
39.9 KB
Loading

0 commit comments

Comments
 (0)