seimin пре 1 година
родитељ
комит
28ac5a645b
1 измењених фајлова са 4 додато и 1 уклоњено
  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
       width: 221px;
42
       width: 221px;
43
       background-color: #0f2e3b;
43
       background-color: #0f2e3b;
44
       display: flex;
44
       display: flex;
45
+      flex-direction: column;
45
       justify-content: center;
46
       justify-content: center;
46
       align-items: center;
47
       align-items: center;
47
 
48
 
48
       .pharmacy-logo__img {
49
       .pharmacy-logo__img {
49
-        width: 32px;
50
+        max-width: 100%;
51
+        max-height: 100%;
50
       }
52
       }
51
 
53
 
52
       .pharmacy-logo__name {
54
       .pharmacy-logo__name {
53
         font-size: 14px;
55
         font-size: 14px;
54
         color: #fff;
56
         color: #fff;
57
+        margin-top: 8px;
55
       }
58
       }
56
     }
59
     }
57
 
60