Cosmetic: OTP for small screens
This commit is contained in:
parent
72806c1170
commit
f406064cdb
1 changed files with 10 additions and 1 deletions
|
|
@ -45,6 +45,12 @@ require_once __DIR__ . '/constant.php';
|
||||||
height:auto;
|
height:auto;
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
}
|
}
|
||||||
|
#main_dv {
|
||||||
|
|
||||||
|
display:flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
}
|
||||||
/** small **/
|
/** small **/
|
||||||
@media (min-width : 576px) {
|
@media (min-width : 576px) {
|
||||||
#logo_id {
|
#logo_id {
|
||||||
|
|
@ -75,6 +81,9 @@ require_once __DIR__ . '/constant.php';
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#main_dv{
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
div.content {
|
div.content {
|
||||||
|
|
||||||
|
|
@ -126,7 +135,7 @@ form {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<img id="logo_id" src="image/logo10000.png" >
|
<img id="logo_id" src="image/logo10000.png" >
|
||||||
<div class="content" style="display:flex;flex-direction: row;justify-content: space-evenly;">
|
<div id="main_dv" class="content" >
|
||||||
<?php
|
<?php
|
||||||
use Endroid\QrCode\Color\Color;
|
use Endroid\QrCode\Color\Color;
|
||||||
use Endroid\QrCode\Encoding\Encoding;
|
use Endroid\QrCode\Encoding\Encoding;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue