From 0209095d0a03014a61dd37c5990d4964dbc8bb38 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 25 Nov 2023 21:17:44 +0100 Subject: [PATCH] style(site): adjust call to action responsiveness --- site/src/components/call-to-action.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/call-to-action.html b/site/src/components/call-to-action.html index 36466f8..046e081 100644 --- a/site/src/components/call-to-action.html +++ b/site/src/components/call-to-action.html @@ -33,7 +33,7 @@ } } -@media only screen and (max-device-width: 400px) { +@media only screen and (max-device-width: 430px) { .call-to-action { flex-direction: column; & a {