@intellias/menu 1.1.31 → 1.1.32
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 +2 -1
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -1108,7 +1108,8 @@
|
|
|
1108
1108
|
.navbar-fixed nav .brand-logo img {
|
|
1109
1109
|
width: 150px;
|
|
1110
1110
|
height: 54px;
|
|
1111
|
-
margin-top:
|
|
1111
|
+
margin-top: 5px;
|
|
1112
|
+
margin-left: 5px;
|
|
1112
1113
|
}
|
|
1113
1114
|
@media only screen and (max-width : 600px) {
|
|
1114
1115
|
.navbar-fixed nav .brand-logo img {
|