improving github page responsiveness

This commit is contained in:
LL
2022-08-31 01:02:33 -03:00
parent 086ca30323
commit 6ff080c36b
3 changed files with 31 additions and 25 deletions

View File

@@ -71,7 +71,7 @@
$appSession.version = baseSettings.version;
$appSession.whiteLabeled = baseSettings.whiteLabeled;
$appSession.whiteLabeledDetails.icon = baseSettings.whiteLabeledIcon;
$appSession.supportedServiceTypesAndVersions = supportedServiceTypesAndVersions
$appSession.supportedServiceTypesAndVersions = supportedServiceTypesAndVersions;
export let userId: string;
export let teamId: string;
@@ -396,7 +396,7 @@
{/if}
{/if}
<main>
<div class="px-20">
<div class="pl-14 lg:px-20">
<slot />
</div>
</main>