Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Login.vue
Shows better in mobile if remove style="width: 44%"
  • Loading branch information
zandiarash authored Aug 15, 2022
commit f13e1a493203e0a930e52f8ccb6aee551a9d598e
2 changes: 1 addition & 1 deletion src/views/pages/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</CForm>
</CCardBody>
</CCard>
<CCard class="text-white bg-primary py-5" style="width: 44%">
<CCard class="text-white bg-primary py-5">
<CCardBody class="text-center">
<div>
<h2>Sign up</h2>
Expand Down