general-library-union 2.9.56 → 2.9.57

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.9.56",
3
+ "version": "2.9.57",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3817,6 +3817,15 @@ td.GrupoColor {
3817
3817
  color: var(--color-500) !important;
3818
3818
  }
3819
3819
 
3820
+ @media (max-width:1440px){
3821
+ #actosAdministrativos .contenido {
3822
+ width: 77%;
3823
+ }
3824
+
3825
+ #actosAdministrativos h1 {
3826
+ margin-left: 2.5%;
3827
+ }
3828
+ }
3820
3829
 
3821
3830
  @media (max-width:1300px) {
3822
3831
 
@@ -4797,6 +4797,16 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4797
4797
  background: #39373f !important;
4798
4798
  }
4799
4799
 
4800
+ @media (max-width:1440px){
4801
+ #actosAdministrativos .contenido {
4802
+ width: 77%;
4803
+ }
4804
+
4805
+ #actosAdministrativos h1 {
4806
+ margin-left: 2.5%;
4807
+ }
4808
+ }
4809
+
4800
4810
 
4801
4811
  @media (max-width:1300px) {
4802
4812