mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 16:54:49 +08:00
feat: handle inline images
This commit is contained in:
parent
8cd2705ceb
commit
ac8edeb48a
@ -333,6 +333,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
|
|||||||
#body img.shadow, #body .video-container.shadow {
|
#body img.shadow, #body .video-container.shadow {
|
||||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
#body img.inline {
|
||||||
|
display: inline !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
#body .bordered {
|
#body .bordered {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user