mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 14:59:45 +00:00
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:
parent
91e2af38c3
commit
21096bf133
3 changed files with 3 additions and 3 deletions
|
@ -32,12 +32,12 @@
|
||||||
|
|
||||||
.qr-code {
|
.qr-code {
|
||||||
display: none;
|
display: none;
|
||||||
margin-top: 15px;
|
|
||||||
|
|
||||||
.qr-code-image {
|
.qr-code-image {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image {
|
.image {
|
||||||
|
|
2
static/dist/even.min.css
vendored
2
static/dist/even.min.css
vendored
File diff suppressed because one or more lines are too long
2
static/dist/even.min.css.map
vendored
2
static/dist/even.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue