fix for mobile

This commit is contained in:
ARvind Tiwari 2017-08-01 19:55:27 +05:30
parent f530b879f7
commit fadfb4f97d
2 changed files with 3 additions and 3 deletions

View file

@ -271,8 +271,8 @@
.has-success .form_public_key:focus {
box-shadow: none;
}
.wide400 {
max-width: 400px;
.wide440 {
max-width: 440px;
margin: auto;
}
.mob-only {

View file

@ -3,7 +3,7 @@
{% block content %}
<div>
<div class="container virtual-machine-container dashboard-container dashboard-choice-container">
<div class="wide400">
<div class="wide440">
<div class="page-header">
<h1><i class="fa fa-key" aria-hidden="true"></i>&nbsp;{% trans "SSH Key"%}</h1>
<p>{% trans "Choose a key option in order to access your VM" %}.</p>