From e122a49e7803cf7dc9f4b5e6a5a679e718161e9d Mon Sep 17 00:00:00 2001 From: Francisco Lencina Date: Fri, 14 Oct 2022 01:40:37 -0300 Subject: [PATCH] Add some media queries to keep the responsive a bit better --- css/site.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/site.css b/css/site.css index a0d50e0..728328d 100644 --- a/css/site.css +++ b/css/site.css @@ -132,3 +132,14 @@ min-width: 630px; } } + + @media (max-width: 1240px) { + .cloud-image { + margin-left: 30px; + } + } + @media (max-width: 1145px) { + .content { + margin-left: 165px; + } + }