mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Fix traditional Instagram embeds (#767)
Highly specific styles for traditional Instagram embeds Co-authored-by: John O'Nolan <john@ghost.org>
This commit is contained in:
parent
3cc9cb0988
commit
5f127c395b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1040,6 +1040,19 @@ except for when immediately preceeded by a heading */
|
||||
}
|
||||
|
||||
|
||||
/* Highly specific styles for traditional Instagram embeds */
|
||||
iframe.instagram-media {
|
||||
margin-top: 6vmin !important;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
iframe.instagram-media + script + :not([id]) {
|
||||
margin-top: 6vmin;
|
||||
}
|
||||
|
||||
|
||||
/* Galleries
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user