Commit 088eb7cc authored by Technoboy10's avatar Technoboy10

inherit width on iframe

parent b0f0bce2
...@@ -63,8 +63,8 @@ $story-width: $cols3; ...@@ -63,8 +63,8 @@ $story-width: $cols3;
iframe { iframe {
z-index: 9; z-index: 9;
border: 0; border: 0;
width: $cols4; width: inherit;
height: $cols4 * .5625; 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