aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/components/media.scss
blob: d6456932833908ab991afac7efb513b54edae11c (plain)
1
2
3
4
5
6
7
8
9
10
// ==========================================================================
// Basic media
// ==========================================================================

img,
video,
audio {
  max-width: 100%;
  vertical-align: middle;
}