Skip to content

Commit fecaabd

Browse files
style(@chakra-ui): remove iframe global styles
1 parent 68bd38e commit fecaabd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/@chakra-ui/gatsby-plugin/styles.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ const styles = {
5858
"li > p": {
5959
"margin-bottom": "calc(1.45rem / 2)",
6060
},
61-
// YouTube embeds
62-
iframe: {
63-
display: "block",
64-
maxWidth: "560px",
65-
margin: "32px 0",
66-
},
6761
// should be replace by the usage of https://chakra-ui.com/docs/components/heading
6862
// also, the media queries defined on each of these heading tags are bearly used
6963
"h1,h2,h3,h4,h5,h6": {

0 commit comments

Comments
 (0)