Ensure embedded media is responsive
This commit is contained in:
parent
93442780d4
commit
e913b22507
1 changed files with 6 additions and 0 deletions
|
@ -131,3 +131,9 @@ hr {
|
||||||
color: $dandelion-light;
|
color: $dandelion-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ensure embedded media is responsive
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue