Skip to content

Commit

Permalink
Add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboThon committed Jun 11, 2021
1 parent 83a76a2 commit 79ecdcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/MovieAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default {
}
.movieadd-container {
display: block;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 80%;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/MovieEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default {
.movieedit-container {
display: block;
margin-left: auto;
margin-top: 10px;
margin-right: auto;
width: 425px;
}
Expand Down

0 comments on commit 79ecdcc

Please sign in to comment.