mirror of
				https://github.com/MOIS3Y/logs-collector.git
				synced 2025-10-30 23:23:01 +01:00 
			
		
		
		
	Fix: login page adaptive size class
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
| <div class="d-flex min-vh-100 align-items-center py-4" cz-shortcut-listen="true"> | ||||
|   <div class="container"> | ||||
|     <div class="row"> | ||||
|       <div class="col-md-3 offset-md-4"> | ||||
|       <div class="col-md-5  col-xl-3 offset-md-4"> | ||||
|         <h1>{% block title %}{% trans "Login" %}{% endblock %}</h1> | ||||
|         {% if wizard.steps.current == 'auth' %} | ||||
|           <p>{% blocktrans %}Enter your credentials.{% endblocktrans %}</p> | ||||
|   | ||||
| @@ -5,7 +5,7 @@ | ||||
| <div class="d-flex min-vh-100 align-items-center py-4" cz-shortcut-listen="true"> | ||||
|   <div class="container"> | ||||
|     <div class="row"> | ||||
|       <div class="col-md-4 offset-md-4"> | ||||
|       <div class="col-md-5 col-xl-4 offset-md-4"> | ||||
|         <h1>{% block title %}{% trans "Permission Denied" %}{% endblock %}</h1> | ||||
|  | ||||
|         <p>{% blocktrans trimmed %}The page you requested, enforces users to verify using | ||||
|   | ||||
		Reference in New Issue
	
	Block a user