@secondstaxorg/sscomp 1.6.83 → 1.6.85

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/index.js CHANGED
@@ -18680,6 +18680,15 @@ const FooterContainer = styled.div`
18680
18680
  width: 100%;
18681
18681
  }
18682
18682
 
18683
+ @media (max-width: 1366px){
18684
+ .address-cols{
18685
+ gap: 0;
18686
+ }
18687
+ div.info-section{
18688
+ gap: 20px;
18689
+ }
18690
+ }
18691
+
18683
18692
  @media (max-width:834px){
18684
18693
  .address-cols{
18685
18694
  flex-direction: column;
@@ -18702,6 +18711,13 @@ const FooterContainer = styled.div`
18702
18711
  padding-block: 24px;
18703
18712
  }
18704
18713
  }
18714
+
18715
+ @media (min-width:834px){
18716
+ div.copyright-section{
18717
+ padding-inline: 16px;
18718
+ padding-block: 24px;
18719
+ }
18720
+ }
18705
18721
  `;
18706
18722
 
18707
18723
  const _jsxFileName$G = "D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\FooterNew\\FooterNew.tsx";