@onpe/ui 1.2.40 → 1.2.41

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.
@@ -731,7 +731,7 @@ body.onpe-modal-open {
731
731
  gap: 1.5rem;
732
732
  margin: 0 auto;
733
733
  padding: 3.5rem 1rem;
734
- max-width: 1456px;
734
+ max-width: 1460px;
735
735
  }
736
736
 
737
737
  .onpe-footer-contact-item {
@@ -779,7 +779,7 @@ body.onpe-modal-open {
779
779
  /* Responsive Design */
780
780
  @media (min-width: 768px) {
781
781
  .onpe-footer-contact-list {
782
- padding: 1.75rem 1rem;
782
+ padding: 1.3rem 1rem;
783
783
  }
784
784
  }
785
785
 
@@ -731,7 +731,7 @@ body.onpe-modal-open {
731
731
  gap: 1.5rem;
732
732
  margin: 0 auto;
733
733
  padding: 3.5rem 1rem;
734
- max-width: 1456px;
734
+ max-width: 1460px;
735
735
  }
736
736
 
737
737
  .onpe-footer-contact-item {
@@ -779,7 +779,7 @@ body.onpe-modal-open {
779
779
  /* Responsive Design */
780
780
  @media (min-width: 768px) {
781
781
  .onpe-footer-contact-list {
782
- padding: 1.75rem 1rem;
782
+ padding: 1.3rem 1rem;
783
783
  }
784
784
  }
785
785
 
package/dist/index.css CHANGED
@@ -731,7 +731,7 @@ body.onpe-modal-open {
731
731
  gap: 1.5rem;
732
732
  margin: 0 auto;
733
733
  padding: 3.5rem 1rem;
734
- max-width: 1456px;
734
+ max-width: 1460px;
735
735
  }
736
736
 
737
737
  .onpe-footer-contact-item {
@@ -779,7 +779,7 @@ body.onpe-modal-open {
779
779
  /* Responsive Design */
780
780
  @media (min-width: 768px) {
781
781
  .onpe-footer-contact-list {
782
- padding: 1.75rem 1rem;
782
+ padding: 1.3rem 1rem;
783
783
  }
784
784
  }
785
785
 
@@ -731,7 +731,7 @@ body.onpe-modal-open {
731
731
  gap: 1.5rem;
732
732
  margin: 0 auto;
733
733
  padding: 3.5rem 1rem;
734
- max-width: 1456px;
734
+ max-width: 1460px;
735
735
  }
736
736
 
737
737
  .onpe-footer-contact-item {
@@ -779,7 +779,7 @@ body.onpe-modal-open {
779
779
  /* Responsive Design */
780
780
  @media (min-width: 768px) {
781
781
  .onpe-footer-contact-list {
782
- padding: 1.75rem 1rem;
782
+ padding: 1.3rem 1rem;
783
783
  }
784
784
  }
785
785
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onpe/ui",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "type": "module",
5
5
  "description": "Librería de componentes UI para ONPE - Componentes, Hooks, Utils y Librerías",
6
6
  "main": "dist/index.js",