small fixes on login screen

This commit is contained in:
Grzegorz Leoniec 2018-10-16 09:42:39 +02:00
parent cf08efa19f
commit 430d4b7a2a

View File

@ -9,12 +9,13 @@
</blockquote> </blockquote>
</ds-space> </ds-space>
<ds-card> <ds-card>
<ds-flex> <ds-flex gutter="small">
<ds-flex-item <ds-flex-item
:width="{ base: '100%', sm: 1 }" :width="{ base: '100%', sm: 1 }"
center> center>
<ds-space <ds-space
margin="large" margin-top="small"
margin-bottom="xxx-small"
center> center>
<img <img
class="login-image" class="login-image"
@ -65,6 +66,5 @@ export default {
.login-image { .login-image {
width: 90%; width: 90%;
max-width: 200px; max-width: 200px;
margin-right: 20px;
} }
</style> </style>