File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11<template >
22 <v-form @submit =" login" >
3- <v-card class =" elevation-12 mt-16" width = " 477px " >
3+ <v-card class =" elevation-12 mt-16 card- width" >
44 <v-toolbar dark color =" primary" >
55 <v-toolbar-title >{{title}}</v-toolbar-title >
66 </v-toolbar >
@@ -100,4 +100,15 @@ export default {
100100 </script >
101101
102102<style lang="css" scoped>
103+ .card-width {
104+ width : 477px ;
105+
106+ }
107+
108+ @media (max-width : 620px ) {
109+ .card-width {
110+ width : calc (100% );
111+ margin-right : 110px ;
112+ }
113+ }
103114 </style >
Original file line number Diff line number Diff line change 11<template >
2- <v-main >
2+ <v-main class = " pa-1 " >
33 <v-container class =" fill-height" fluid >
44 <v-row align =" center" justify =" center" >
55 <LoginCard title =" Log in" buttonText =" Log in" />
66 </v-row >
7- <v-row class = " pt-12 " justify =" center" >
7+ <v-row justify =" center" >
88 <div >
9- Need an account?
9+ < div class = " pa-4 " > Need an account?</ div >
1010 <v-btn
1111 class =" ms-6"
1212 to =" /create-account"
You can’t perform that action at this time.
0 commit comments