Fix mobile responsiveness

This commit is contained in:
Anaggh S 2018-08-01 17:22:59 +05:30
parent 1d7859bc58
commit f929f680e8
3 changed files with 4 additions and 4 deletions

View File

@ -15,4 +15,4 @@ RewriteRule ^bl-content/(.*)\.txt$ - [R=404,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) index.php [PT,L]
</IfModule>
</IfModule>

View File

@ -36,7 +36,7 @@
<div class="container">
<div class="row justify-content-md-center pt-5">
<div class="col-4 pt-5">
<div class="col-md-4 pt-5">
<?php
if (Sanitize::pathFile(PATH_ADMIN_VIEWS, $layout['view'].'.php')) {
include(PATH_ADMIN_VIEWS.$layout['view'].'.php');
@ -50,4 +50,4 @@
<?php Theme::plugins('loginBodyEnd') ?>
</body>
</html>
</html>

View File

@ -575,7 +575,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
<body class="login">
<div class="container">
<div class="row justify-content-md-center pt-5">
<div class="col-4 pt-5">
<div class="col-md-4 pt-5">
<h1 class="text-center mb-5 mt-5 font-weight-normal text-uppercase" style="color: #555;"><?php echo $Language->get('Bludit Installer') ?></h1>
<?php
$system = checkSystem();