Pārlūkot izejas kodu

Update Profile.vue

Daniel Supernault 6 gadi atpakaļ
vecāks
revīzija
3f2097f4eb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      resources/assets/js/components/Profile.vue

+ 1 - 1
resources/assets/js/components/Profile.vue

@@ -12,7 +12,7 @@
 							<div class="d-block d-md-none">
 								<div class="row">
 									<div class="col-5">
-										<img class="rounded-circle box-shadow" :src="profile.avatar" width="77px" height="77px">
+										<img class="rounded-circle box-shadow mr-3" :src="profile.avatar" width="77px" height="77px">
 									</div>
 									<div class="col-7 pl-2">
 										<p class="font-weight-ultralight h3 mb-0">{{profile.username}}</p>