This commit is contained in:
parent
b9bdf4f815
commit
4301dd6eaf
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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":""}
|
||||
{"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":""}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user