From 9140aae9ae025a4bdb449577d4f3a4a02363ae4b Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 23 Jan 2023 15:20:16 +0100 Subject: [PATCH] chore: fixing prettioer Signed-off-by: blam --- microsite/static/css/custom.css | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/microsite/static/css/custom.css b/microsite/static/css/custom.css index 3330b0ffcf..a2a63e2473 100644 --- a/microsite/static/css/custom.css +++ b/microsite/static/css/custom.css @@ -1244,16 +1244,16 @@ h3.collapsible span.arrow { transform: translateY(-50%) translateX(500px); } -@media only screen and (max-height: 675px){ - .Sidebar__Container { - top: 65%; - } +@media only screen and (max-height: 675px) { + .Sidebar__Container { + top: 65%; + } } @media only screen and (max-width: 650px) { - .Sidebar__Container { - transform: translateY(-50%) translateX(300px); - } + .Sidebar__Container { + transform: translateY(-50%) translateX(300px); + } } .Sidebar__Container--open { @@ -1276,10 +1276,10 @@ h3.collapsible span.arrow { } @media only screen and (max-width: 650px) { - .Sidebar__Button { - width: 175px; - font-size: 15px; - } + .Sidebar__Button { + width: 175px; + font-size: 15px; + } } .Sidebar__Button:hover { @@ -1294,15 +1294,15 @@ h3.collapsible span.arrow { } @media only screen and (max-width: 650px) { - #Sidebar__HubSpotContainer { - width: 300px; - } + #Sidebar__HubSpotContainer { + width: 300px; + } } -#Sidebar__HubSpotContainer form{ - overflow-y: auto; - height: 100%; - padding: 25px 25px 0px 25px; +#Sidebar__HubSpotContainer form { + overflow-y: auto; + height: 100%; + padding: 25px 25px 0px 25px; } #Sidebar__HubSpotContainer .hs-button {