seimin hace 1 año
padre
commit
28ac5a645b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      src/app/views/specimen-view2/specimen-view2.component.less

+ 4 - 1
src/app/views/specimen-view2/specimen-view2.component.less

@@ -42,16 +42,19 @@
42 42
       width: 221px;
43 43
       background-color: #0f2e3b;
44 44
       display: flex;
45
+      flex-direction: column;
45 46
       justify-content: center;
46 47
       align-items: center;
47 48
 
48 49
       .pharmacy-logo__img {
49
-        width: 32px;
50
+        max-width: 100%;
51
+        max-height: 100%;
50 52
       }
51 53
 
52 54
       .pharmacy-logo__name {
53 55
         font-size: 14px;
54 56
         color: #fff;
57
+        margin-top: 8px;
55 58
       }
56 59
     }
57 60