File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 66 <section class =" w-auto md:max-w-xss md:shadow-md md:rounded-md" >
77 <div class =" w-full md:hidden h-1 bg-white-matcha" ></div >
88 <div class =" md:border-b profile-card text-wrap p-16 md:py-8 flex flex-col w-full md:rounded-t-md" >
9- <img class =" mx-auto rounded-full w-48 md:w-32" v-bind:src =" getImage()" >
9+ <div class =" mx-auto overflow-hidden w-48 h-48 md:w-24 md:h-24 rounded-full" >
10+ <img class =" w-full" v-bind:src =" getImage()" >
11+ </div >
1012 <h1 class =" w-full text-center text-3xl md:text-base mt-4 text-white-matcha md:text-gray-matcha capitalize" >
1113 {{this.$store.getters.getLoggedInUser.first_name}} {{this.$store.getters.getLoggedInUser.last_name}}</h1 >
1214 <div class =" text-white-matcha md:text-gray-matcha w-full flex justify-center text-center mt-4 max-w-xs mx-auto" >
You can’t perform that action at this time.
0 commit comments