Skip to content

Commit

Permalink
fix: move login card to the center
Browse files Browse the repository at this point in the history
  • Loading branch information
RadovanTomik committed Oct 3, 2023
1 parent 1b9c428 commit 9d292ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/HomePage.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div
class="container text-center h-100"
class="container-fluid d-flex justify-content-center align-items-center vh-100"
>
<div class="row mt-5">
<div class="row mt-5">
<div class="col-1" />
<div
class="col-sm-10"
Expand Down

0 comments on commit 9d292ee

Please sign in to comment.