general-library-union 2.8.0 → 2.8.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1298,6 +1298,14 @@ min-height: 60px !important;
1298
1298
  color: #ffffff;
1299
1299
  }
1300
1300
 
1301
+ @media(max-width:1920px){
1302
+ .menu-accordeon {
1303
+ max-height: 100%;
1304
+ width: 100%;
1305
+ height: 480px !important;
1306
+ }
1307
+ }
1308
+
1301
1309
  @media (max-width:1440px){
1302
1310
  .UploadFoto-btn {
1303
1311
  width: 18.5%;
@@ -1316,6 +1316,14 @@ body {
1316
1316
  color: white;
1317
1317
  }
1318
1318
 
1319
+ @media(max-width:1920px){
1320
+ .menu-accordeon {
1321
+ max-height: 100%;
1322
+ width: 100%;
1323
+ height: 480px !important;
1324
+ }
1325
+ }
1326
+
1319
1327
  @media (max-width:1440px){
1320
1328
  .UploadFoto-btn {
1321
1329
  width: 18.5%;