Skip to content

Commit 96afe19

Browse files
committed
make authentication background size as cover
Took 7 minutes
1 parent e49fc18 commit 96afe19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/js/components/Auth/AuthenticationCard.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fluid
44
justify-center
55
fill-height
6-
class="login"
6+
class="authentication"
77
>
88
<v-row
99
align="center"
@@ -31,7 +31,8 @@
3131
</template>
3232

3333
<style>
34-
.login {
34+
.authentication {
3535
background: url('https://images.unsplash.com/photo-1483354483454-4cd359948304?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80');
36+
background-size: cover;
3637
}
3738
</style>

0 commit comments

Comments
 (0)