From e19757454c0742d6d9927f049c9e24d55b27334f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 9 Sep 2021 21:50:02 +0200 Subject: [PATCH] Right align the carbon ad --- styles/carbon.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/carbon.css b/styles/carbon.css index 966b10358..10ec0e6d3 100644 --- a/styles/carbon.css +++ b/styles/carbon.css @@ -2,8 +2,8 @@ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; position: fixed; - bottom: 150px; - right: 20px; + left: 20px; + bottom: 15px; } @media (max-width: 700px) {