Skip to content

Commit 9f7d848

Browse files
💄 Style(global): iframe selector fix
1 parent 934a94c commit 9f7d848

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎src/styles/global.css.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,13 @@ globalStyle('.post > p > img', {
139139
margin: `${vars.space.s15} auto`,
140140
});
141141

142-
globalStyle('.post * >iframe', {
142+
globalStyle('.post * > iframe', {
143+
width: '100%',
144+
height: '500px',
145+
margin: `${vars.space.s20} 0`,
146+
});
147+
148+
globalStyle('.post > iframe', {
143149
width: '100%',
144150
height: '500px',
145151
margin: `${vars.space.s20} 0`,

0 commit comments

Comments
 (0)