There was an error while loading. Please reload this page.
2 parents 0c1eaf2 + 7b3281b commit 0dc5cc4Copy full SHA for 0dc5cc4
1 file changed
src/app/elements/nav/nav.component.scss
@@ -16,11 +16,29 @@
16
}
17
18
.logo-item {
19
- height: 29px;
+ height: 30px;
20
width: 60px;
21
+ padding: 0 8px;
22
+ box-sizing: border-box;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
27
a {
- padding: 0 14px;
28
29
30
+ height: 100%;
31
+ padding: 0;
32
+ }
33
+
34
+ img {
35
+ display: block;
36
+ max-height: 100%;
37
+ max-width: 100%;
38
39
+ width: auto;
40
+ object-fit: contain;
41
+ object-position: left center;
42
43
44
@@ -94,13 +112,7 @@
94
112
padding-right: 5px;
95
113
96
114
97
-//}
98
-//
115
99
116
.active .flag {
100
117
display: inline;
101
118
102
103
-//.elements-organization {
104
-// flex: 1;
105
-// text-align: right;
106
0 commit comments