Commit 088eb7cc authored by Technoboy10's avatar Technoboy10

inherit width on iframe

parent b0f0bce2
......@@ -63,8 +63,8 @@ $story-width: $cols3;
iframe {
z-index: 9;
border: 0;
width: $cols4;
height: $cols4 * .5625;
width: inherit;
height: inherit;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment