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