diff --git a/style.css b/style.css index d698361..df40fd8 100644 --- a/style.css +++ b/style.css @@ -36,4 +36,17 @@ a { a:hover, a:focus { text-decoration: underline; +} + +@media (max-width: 480px) { + body { + margin: 80px 50px + } + + p { font-size: 24px } + + img { + display: block; + margin-bottom: 1rem; + } } \ No newline at end of file