@intellias/menu 3.0.4 → 3.0.5

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 CHANGED
@@ -5191,6 +5191,7 @@
5191
5191
  .intems-menu-logo {
5192
5192
  font-size: var(--font-size-24);
5193
5193
  line-height: var(--line-height-24);
5194
+ font-weight: 600;
5194
5195
  }
5195
5196
  @media only screen and (max-width : 600px) {
5196
5197
  .intems-menu-logo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {