mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
Fix QR code layout
This commit is contained in:
@@ -39,8 +39,7 @@ div {
|
|||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
row-gap: 1rem;
|
row-gap: 1rem;
|
||||||
}
|
|
||||||
.code {
|
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
@@ -25,6 +25,23 @@ section div {
|
|||||||
row-gap: .5rem;
|
row-gap: .5rem;
|
||||||
column-gap: .5rem;
|
column-gap: .5rem;
|
||||||
}
|
}
|
||||||
|
.maker button,
|
||||||
|
.maker input[type="submit"] {
|
||||||
|
margin-bottom: auto;
|
||||||
|
}
|
||||||
|
.code {
|
||||||
|
display: grid;
|
||||||
|
grid-template-rows: auto auto;
|
||||||
|
grid-template-columns: auto;
|
||||||
|
row-gap: 1rem;
|
||||||
|
|
||||||
|
background-size: contain;
|
||||||
|
background-position: top center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-image: url("/public/invalid-content.png");
|
||||||
|
min-height: 210px;
|
||||||
|
min-width: 210px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body>
|
||||||
<section>
|
<section>
|
||||||
|
|||||||
Reference in New Issue
Block a user