fix(shortcodes): allow parent bundle resource lookup on fig-img
All checks were successful
Deploy workflow / deploy (push) Successful in 32s
All checks were successful
Deploy workflow / deploy (push) Successful in 32s
This commit is contained in:
parent
eabd8fbe70
commit
421f2fa7b0
4 changed files with 17 additions and 4 deletions
|
|
@ -64,6 +64,14 @@ img {
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
// Margin management
|
||||
.no-margin {
|
||||
margin-top: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/**
|
||||
General Layout
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue