mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
small fixes on login screen
This commit is contained in:
parent
cf08efa19f
commit
430d4b7a2a
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user