From 2ceafb6e3889a4274d8079baae954be6e106fd41 Mon Sep 17 00:00:00 2001 From: Aman Khan Date: Wed, 21 Aug 2024 20:59:29 +0530 Subject: [PATCH 1/2] fix: download resume and contact buttons were distorting the ui in small screens --- src/containers/greeting/Greeting.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/containers/greeting/Greeting.scss b/src/containers/greeting/Greeting.scss index 919418e2ed..28bcc5e09d 100644 --- a/src/containers/greeting/Greeting.scss +++ b/src/containers/greeting/Greeting.scss @@ -115,8 +115,16 @@ } } +@media (max-width: 480px) { + .button-greeting-div { + flex-direction: column; + align-items: center; + flex-direction: column-reverse; + } +} + @media (max-width: 320px) { .main { width: auto; } -} +} \ No newline at end of file From fcc69454eeeb737fefff589b7087acda289b9114 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:37:36 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/containers/greeting/Greeting.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/greeting/Greeting.scss b/src/containers/greeting/Greeting.scss index 28bcc5e09d..2856e37355 100644 --- a/src/containers/greeting/Greeting.scss +++ b/src/containers/greeting/Greeting.scss @@ -127,4 +127,4 @@ .main { width: auto; } -} \ No newline at end of file +}