fix for mobile
This commit is contained in:
parent
f530b879f7
commit
fadfb4f97d
2 changed files with 3 additions and 3 deletions
|
@ -271,8 +271,8 @@
|
||||||
.has-success .form_public_key:focus {
|
.has-success .form_public_key:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.wide400 {
|
.wide440 {
|
||||||
max-width: 400px;
|
max-width: 440px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.mob-only {
|
.mob-only {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div>
|
<div>
|
||||||
<div class="container virtual-machine-container dashboard-container dashboard-choice-container">
|
<div class="container virtual-machine-container dashboard-container dashboard-choice-container">
|
||||||
<div class="wide400">
|
<div class="wide440">
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1><i class="fa fa-key" aria-hidden="true"></i> {% trans "SSH Key"%}</h1>
|
<h1><i class="fa fa-key" aria-hidden="true"></i> {% trans "SSH Key"%}</h1>
|
||||||
<p>{% trans "Choose a key option in order to access your VM" %}.</p>
|
<p>{% trans "Choose a key option in order to access your VM" %}.</p>
|
||||||
|
|
Loading…
Reference in a new issue