@saasbase-io/core-elements 1.3.0 → 1.3.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/dist/styles.css CHANGED
@@ -535,6 +535,33 @@ video {
535
535
  .font-montserrat {
536
536
  font-family: "Montserrat", sans-serif;
537
537
  }
538
+ .sb-container{
539
+ width: 100%;
540
+ }
541
+ @media (min-width: 640px){
542
+
543
+ .sb-container{
544
+ max-width: 640px;
545
+ }
546
+ }
547
+ @media (min-width: 768px){
548
+
549
+ .sb-container{
550
+ max-width: 768px;
551
+ }
552
+ }
553
+ @media (min-width: 1024px){
554
+
555
+ .sb-container{
556
+ max-width: 1024px;
557
+ }
558
+ }
559
+ @media (min-width: 1280px){
560
+
561
+ .sb-container{
562
+ max-width: 1280px;
563
+ }
564
+ }
538
565
  .sb-fixed{
539
566
  position: fixed;
540
567
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasbase-io/core-elements",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "description": "A collection saas based related components",
6
6
  "main": "dist/index.js",