Center the add ssh key nicely

This commit is contained in:
PCoder 2019-05-13 07:13:49 +02:00
commit 9fd396363f
2 changed files with 6 additions and 1 deletions

View file

@ -199,6 +199,11 @@
/* text-align: center; */
}
.vm-add-ssh-key {
margin: 25px 0 30px;
/* text-align: center; */
}
@media(min-width: 768px) {
.vm-detail-contain {
display: flex;