Update (post): Fix image fluidity for image block rendered outputs
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
9
public/build/assets/front-app-af471554.css
Normal file
9
public/build/assets/front-app-af471554.css
Normal file
File diff suppressed because one or more lines are too long
BIN
public/build/assets/front-app-af471554.css.gz
Normal file
BIN
public/build/assets/front-app-af471554.css.gz
Normal file
Binary file not shown.
@@ -105,7 +105,7 @@
|
|||||||
"src": "resources/sass/admin-app.scss"
|
"src": "resources/sass/admin-app.scss"
|
||||||
},
|
},
|
||||||
"resources/sass/front-app.scss": {
|
"resources/sass/front-app.scss": {
|
||||||
"file": "assets/front-app-87d3f80a.css",
|
"file": "assets/front-app-af471554.css",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "resources/sass/front-app.scss"
|
"src": "resources/sass/front-app.scss"
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
@@ -41,3 +41,14 @@ @keyframes lqipFade {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure.image > img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer.image-caption {
|
||||||
|
font-size: 0.875em;
|
||||||
|
text-align: center;
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user