diff --git a/include/otp-link.php b/include/otp-link.php index d2e43c98b..4ce7fa375 100644 --- a/include/otp-link.php +++ b/include/otp-link.php @@ -45,6 +45,12 @@ require_once __DIR__ . '/constant.php'; height:auto; margin-left:10px; } +#main_dv { + + display:flex; + flex-direction: column; + justify-content: space-evenly; +} /** small **/ @media (min-width : 576px) { #logo_id { @@ -75,6 +81,9 @@ require_once __DIR__ . '/constant.php'; } + #main_dv{ + flex-direction: row; + } } div.content { @@ -126,7 +135,7 @@ form { } -
+