diff --git a/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index-rtl.css b/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index-rtl.css index b1c3460..ca10df2 100644 --- a/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index-rtl.css +++ b/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index-rtl.css @@ -9,7 +9,7 @@ } .decorative-shapes__shape svg { width: 100%; - max-width: 300px; + max-width: 200px; height: auto; aspect-ratio: 1/1; -o-object-fit: contain; @@ -25,7 +25,7 @@ .decorative-shapes--big .decorative-shapes__shape { display: block; width: 100vw; - max-width: 400px; + max-width: 250px; } .decorative-shapes--big .decorative-shapes__shape svg { max-width: 800px; diff --git a/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css b/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css index 0b03b9d..6750dcc 100644 --- a/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css +++ b/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css @@ -9,7 +9,7 @@ } .decorative-shapes__shape svg { width: 100%; - max-width: 300px; + max-width: 200px; height: auto; aspect-ratio: 1/1; -o-object-fit: contain; @@ -25,7 +25,7 @@ .decorative-shapes--big .decorative-shapes__shape { display: block; width: 100vw; - max-width: 400px; + max-width: 250px; } .decorative-shapes--big .decorative-shapes__shape svg { max-width: 800px; diff --git a/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css.map b/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css.map index bef168e..2de9e31 100644 --- a/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css.map +++ b/plugins/carhop-blocks/blocks/decorative-shapes/build/style-index.css.map @@ -1 +1 @@ -{"version":3,"file":"./style-index.css","mappings":";;;AAAA;EACC;EACA;EACA;EACA;AACD;AAME;EAEC;EACA;EACA;EACA;EACA;KAAA;AALH;AASC;EACC;EACA;EACA;EACA;EACA;AAPF;AASE;EACC;EACA;EACA;AAPH;AAQG;EACC;EACA;AANJ,C","sources":["webpack://front-header/./src/style.scss"],"sourcesContent":[".decorative-shapes {\r\n\tdisplay: grid;\r\n\tgrid-template-columns: repeat(4, 1fr);\r\n\tjustify-content: center;\r\n\tgap: 10rem;\r\n\r\n\t&__shape {\r\n\t\t// background-color: red;\r\n\t\t// display: flex;\r\n\t\t// align-items: center;\r\n\t\t// justify-content: center;\r\n\t\tsvg {\r\n\t\t\t// background-color: blue;\r\n\t\t\twidth: 100%;\r\n\t\t\tmax-width: 300px;\r\n\t\t\theight: auto;\r\n\t\t\taspect-ratio: 1/1;\r\n\t\t\tobject-fit: contain;\r\n\t\t}\r\n\t}\r\n\r\n\t&--big {\r\n\t\tpadding: 0rem 2rem;\r\n\t\tdisplay: flex !important;\r\n\t\talign-items: center;\r\n\t\tjustify-content: center;\r\n\t\tgap: 6rem;\r\n\r\n\t\t.decorative-shapes__shape {\r\n\t\t\tdisplay: block;\r\n\t\t\twidth: 100vw;\r\n\t\t\tmax-width: 400px;\r\n\t\t\tsvg {\r\n\t\t\t\tmax-width: 800px;\r\n\t\t\t\tmax-height: 800px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"./style-index.css","mappings":";;;AAAA;EACC;EACA;EACA;EACA;AACD;AAME;EAEC;EACA;EACA;EACA;EACA;KAAA;AALH;AASC;EACC;EACA;EACA;EACA;EACA;AAPF;AASE;EACC;EACA;EACA;AAPH;AAQG;EACC;EACA;AANJ,C","sources":["webpack://front-header/./src/style.scss"],"sourcesContent":[".decorative-shapes {\r\n\tdisplay: grid;\r\n\tgrid-template-columns: repeat(4, 1fr);\r\n\tjustify-content: center;\r\n\tgap: 10rem;\r\n\r\n\t&__shape {\r\n\t\t// background-color: red;\r\n\t\t// display: flex;\r\n\t\t// align-items: center;\r\n\t\t// justify-content: center;\r\n\t\tsvg {\r\n\t\t\t// background-color: blue;\r\n\t\t\twidth: 100%;\r\n\t\t\tmax-width: 200px;\r\n\t\t\theight: auto;\r\n\t\t\taspect-ratio: 1/1;\r\n\t\t\tobject-fit: contain;\r\n\t\t}\r\n\t}\r\n\r\n\t&--big {\r\n\t\tpadding: 0rem 2rem;\r\n\t\tdisplay: flex !important;\r\n\t\talign-items: center;\r\n\t\tjustify-content: center;\r\n\t\tgap: 6rem;\r\n\r\n\t\t.decorative-shapes__shape {\r\n\t\t\tdisplay: block;\r\n\t\t\twidth: 100vw;\r\n\t\t\tmax-width: 250px;\r\n\t\t\tsvg {\r\n\t\t\t\tmax-width: 800px;\r\n\t\t\t\tmax-height: 800px;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/plugins/carhop-blocks/blocks/decorative-shapes/src/style.scss b/plugins/carhop-blocks/blocks/decorative-shapes/src/style.scss index 834f012..8a37fb6 100644 --- a/plugins/carhop-blocks/blocks/decorative-shapes/src/style.scss +++ b/plugins/carhop-blocks/blocks/decorative-shapes/src/style.scss @@ -12,7 +12,7 @@ svg { // background-color: blue; width: 100%; - max-width: 300px; + max-width: 200px; height: auto; aspect-ratio: 1/1; object-fit: contain; @@ -29,7 +29,7 @@ .decorative-shapes__shape { display: block; width: 100vw; - max-width: 400px; + max-width: 250px; svg { max-width: 800px; max-height: 800px;