mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
feat: handle inline images
This commit is contained in:
parent
8cd2705ceb
commit
ac8edeb48a
1 changed files with 5 additions and 0 deletions
|
@ -333,6 +333,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
|
|||
#body img.shadow, #body .video-container.shadow {
|
||||
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 {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue