@intellias/menu 1.1.43 → 1.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/main.css +3 -0
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -1115,6 +1115,8 @@
|
|
|
1115
1115
|
}
|
|
1116
1116
|
.navbar-fixed nav .brand-logo {
|
|
1117
1117
|
position: relative;
|
|
1118
|
+
display: inline-flex;
|
|
1119
|
+
align-items: center;
|
|
1118
1120
|
font-weight: bold;
|
|
1119
1121
|
text-transform: uppercase;
|
|
1120
1122
|
vertical-align: middle;
|
|
@@ -1144,6 +1146,7 @@
|
|
|
1144
1146
|
line-height: 42px;
|
|
1145
1147
|
padding: 8px;
|
|
1146
1148
|
margin-left: 20px;
|
|
1149
|
+
margin-right: 10px;
|
|
1147
1150
|
border-radius: 5px;
|
|
1148
1151
|
}
|
|
1149
1152
|
@media only screen and (max-width : 992px) {
|