diff --git a/css/styles.css b/css/styles.css index 0915129..a9fda52 100644 --- a/css/styles.css +++ b/css/styles.css @@ -279,10 +279,11 @@ img { } .desktop-screen { - max-width: 400px; + max-width: 100%; } .mobile-screen { + max-width: 100%; max-height: 240px; } diff --git a/index.html b/index.html index 5a8592c..c39ecff 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@