Browse Source

Fix Swords too large on phone

jojo 4 years ago
parent
commit
caf8a8fe9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/menu/login/MenuLogin.vue

+ 1 - 1
src/menu/login/MenuLogin.vue

@@ -28,7 +28,7 @@
       </b-col>
     </b-row>
     <b-row class="justify-content-center">
-      <b-col md="3" lg="3" sm="3" xl="3">
+      <b-col cols="3" md="3" lg="3" sm="3" xl="3">
         <b-img class="swordsImg" :src="require('../../assets/epees.png')">
         </b-img>
       </b-col>