There was an error while loading. Please reload this page.
1 parent 1f5369c commit c99cceaCopy full SHA for c99ccea
1 file changed
src/app/elements/nav/nav.component.scss
@@ -11,11 +11,29 @@
11
}
12
13
.logo-item {
14
- height: 29px;
+ height: 30px;
15
width: 60px;
16
+ padding: 0 8px;
17
+ box-sizing: border-box;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: center;
21
22
a {
- padding: 0 14px;
23
24
25
+ height: 100%;
26
+ padding: 0;
27
+ }
28
+
29
+ img {
30
+ display: block;
31
+ max-height: 100%;
32
+ max-width: 100%;
33
34
+ width: auto;
35
+ object-fit: contain;
36
+ object-position: left center;
37
38
39
@@ -82,19 +100,3 @@
82
100
83
101
84
102
85
-//
86
-//.flag {
87
-// display: none;
88
-// color: var(--primary-color);
89
-// padding-right: 5px;
90
91
-//}
92
93
-//.active .flag {
94
-// display: inline;
95
96
97
-//.elements-organization {
98
-// flex: 1;
99
-// text-align: right;
0 commit comments