diff --git a/main/level_1/phishing_animated_video.html b/main/level_1/phishing_animated_video.html index 0357973..3a2292f 100644 --- a/main/level_1/phishing_animated_video.html +++ b/main/level_1/phishing_animated_video.html @@ -172,6 +172,11 @@ .fullscreen-button:hover svg { color: #e92e27; } + @media screen and (max-width: 768px) { + .container { + flex-direction: column; + } + }
diff --git a/main/level_2/phishing_animated_video.html b/main/level_2/phishing_animated_video.html index 3e45a15..08e728e 100644 --- a/main/level_2/phishing_animated_video.html +++ b/main/level_2/phishing_animated_video.html @@ -174,6 +174,11 @@ .fullscreen-button:hover svg { color: #e92e27; } + @media screen and (max-width: 768px) { + .container { + flex-direction: column; + } + }