diff options
Diffstat (limited to 'src/app/video')
| -rw-r--r-- | src/app/video/video.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/video/video.css b/src/app/video/video.css index a75054b..c739968 100644 --- a/src/app/video/video.css +++ b/src/app/video/video.css @@ -3,6 +3,7 @@ flex-direction: column; align-items: center; margin: 0px auto; + width: 50%; } .video2 video { @@ -21,3 +22,9 @@ color: black; } } + +@media screen and (max-width: 768px) { + .video2 { + width: 100%; + } +} |