Skip to content

Commit

Permalink
modify Login page margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot0122 committed Dec 6, 2023
1 parent ae89605 commit cdf06aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/vue/core/Editview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export default {
}
this.$router.push({ path: '/home' })
.then(() => window.location.reload(true))
.then(() => window.location.reload(true))
// .then(() => window.location.reload(true))
};
},
handleDeleteSkill(index) {
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/vue/core/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<v-row v-for="row in 11" :key="'row-' + row" justify="center" align="center">
<v-col v-for="n in 3" :key="n" justify="center" align="center"></v-col>
</v-row>
<v-card class="elevation-12" style="margin-right:200px">
<v-card class="elevation-12">
<v-toolbar class="toolbar-banner">
<v-toolbar-title class="toolbar-title">{{ isRegister ? stateObj.register.name + ' for ' :
stateObj.login.name + ' to ' }} Res-a-Me</v-toolbar-title>
Expand Down Expand Up @@ -233,7 +233,6 @@ export default {
.my-image {
width: 3000%; /* or any specific pixel value */
height: auto; /* maintain the aspect ratio */
margin-left: 200px;
max-width: 500px; /* or any specific pixel value */
}
</style>

0 comments on commit cdf06aa

Please sign in to comment.