diff --git a/src/style.css b/src/style.css index 5a938f7..ac635af 100644 --- a/src/style.css +++ b/src/style.css @@ -102,7 +102,8 @@ body { /* Make it responsive */ @media (max-width: 768px) { body { - font-size: 18px; + font-size: 13px; + margin: 10px; } .movie { @@ -121,5 +122,8 @@ body { flex: 0 0 30px; writing-mode: horizontal-tb; } + .movie__details { + margin-top: 15px; + } } \ No newline at end of file