From 07cacab1e97fc0d76fc2033511233890a8812506 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 24 Nov 2023 00:59:59 +0100 Subject: [PATCH] style(site): fix responsiveness --- site/src/components/awesome-header.html | 2 +- site/src/components/call-to-action.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/components/awesome-header.html b/site/src/components/awesome-header.html index 371a2ee..08452c2 100644 --- a/site/src/components/awesome-header.html +++ b/site/src/components/awesome-header.html @@ -16,7 +16,7 @@ } } - @media only screen and (max-device-width: 376px) { + @media only screen and (max-device-width: 400px) { .my-header { & h1 { font-size: 1.5em; diff --git a/site/src/components/call-to-action.html b/site/src/components/call-to-action.html index 6389e5d..219972d 100644 --- a/site/src/components/call-to-action.html +++ b/site/src/components/call-to-action.html @@ -29,7 +29,7 @@ } } -@media only screen and (max-device-width: 376px) { +@media only screen and (max-device-width: 400px) { .call-to-action { flex-direction: column; & a {