Ensure embedded media is responsive

This commit is contained in:
benjamin melançon 2018-12-18 12:41:53 -05:00
parent 93442780d4
commit e913b22507

View file

@ -131,3 +131,9 @@ hr {
color: $dandelion-light; color: $dandelion-light;
} }
} }
// Ensure embedded media is responsive
iframe {
width: 100%;
}