@posiwise/core-styles 0.0.35 → 0.0.36

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": "@posiwise/core-styles",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -611,7 +611,7 @@ pw-cloudolive-signup-tabs-a {
611
611
 
612
612
  .register-outer {
613
613
  margin: 0 auto !important;
614
- padding: 0 20px !important;
614
+ padding: 0 3rem !important;
615
615
  }
616
616
  }
617
617
 
@@ -15,6 +15,6 @@ h2 {
15
15
 
16
16
  @media (max-width: 1200px) {
17
17
  .container-wrapper {
18
- padding: 0 20px !important;
18
+ padding: 0 3rem !important;
19
19
  }
20
20
  }
@@ -79,13 +79,20 @@ footer {
79
79
  .main-outer,
80
80
  .container {
81
81
  max-width: 100% !important;
82
+ padding: 0px 3rem !important;
83
+ }
84
+ }
85
+
86
+ @media (min-width: 991px) and (max-width: 1199px) {
87
+ .banner-content {
88
+ padding-bottom: 6rem;
82
89
  }
83
90
  }
84
91
 
85
92
  @media screen and (max-width: 991px) {
86
93
  .container {
87
94
  max-width: 100% !important;
88
- padding: 0 20px !important;
95
+ padding: 0 2rem !important;
89
96
  }
90
97
  }
91
98