add build from cca16f51c2
This commit is contained in:
1443
assets/css/lightgallery-bundle.css
Normal file
1443
assets/css/lightgallery-bundle.css
Normal file
File diff suppressed because it is too large
Load Diff
1
assets/css/lightgallery-bundle.min.css
vendored
Normal file
1
assets/css/lightgallery-bundle.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
44
assets/css/styles.css
Normal file
44
assets/css/styles.css
Normal file
@ -0,0 +1,44 @@
|
||||
.current-site {
|
||||
color: green;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 24px;
|
||||
max-width: 72ch;
|
||||
background-color: #afcfff;
|
||||
}
|
||||
|
||||
.larger {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.xx-large {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
display: flex;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
.wrap1 {
|
||||
margin: 0px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.wrap2 {
|
||||
margin: 0px; /* remove all margins to fit two divs in the container */
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.wrap {
|
||||
flex-direction: column;
|
||||
}
|
||||
.wrap1,
|
||||
.wrap2 {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
1
assets/css/styles.css.map
Normal file
1
assets/css/styles.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACE;IACE;;EAEF;AAAA;IAEE","sourcesContent":[".current-site {\n color: green;\n}\nbody {\n font-size: 24px;\n max-width: 72ch;\n background-color: #afcfff;\n}\n.larger {\n font-size: larger;\n}\n.xx-large {\n font-size: xx-large;\n}\n.wrap {\n display: flex;\n max-width: max-content;\n}\n.wrap1 {\n margin: 0px;\n width: 30%;\n}\n.wrap2 {\n margin: 0px; /* remove all margins to fit two divs in the container */\n width: 70%;\n}\n@media (max-width: 767px) {\n .wrap {\n flex-direction: column;\n }\n .wrap1,\n .wrap2 {\n width: auto;\n }\n}\n"],"file":"styles.css"}
|
||||
Reference in New Issue
Block a user