From 01ce38741d7cd4b33dcdd39d8ef36b2c2f8e614d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 15 Oct 2021 20:18:25 +0500 Subject: [PATCH] fix layout on mobile --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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