style: move margin-top from qr-code to qr-code-image

It looks better on a small screen when there are two pictures
This commit is contained in:
olOwOlo 2017-09-11 21:29:01 +08:00
parent 91e2af38c3
commit 21096bf133
No known key found for this signature in database
GPG key ID: 456394B6E7A15EA6
3 changed files with 3 additions and 3 deletions

View file

@ -32,12 +32,12 @@
.qr-code {
display: none;
margin-top: 15px;
.qr-code-image {
display: inline-block;
min-width: 200px;
width: 40%;
margin-top: 15px;
}
.image {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long