From b05a086d380cc14bccb916586cba5f8ef872debb Mon Sep 17 00:00:00 2001 From: a-ill Date: Sun, 25 Jun 2023 17:37:30 +0300 Subject: [PATCH] Update --- Server/app/svelte/src/landing-component.svelte | 2 +- Server/public/js/components/landing-component.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/app/svelte/src/landing-component.svelte b/Server/app/svelte/src/landing-component.svelte index 3bedb18..3d31694 100644 --- a/Server/app/svelte/src/landing-component.svelte +++ b/Server/app/svelte/src/landing-component.svelte @@ -107,7 +107,7 @@ #container-grid { display: grid; - grid-template-columns: 1fr 1fr 1.3fr; + grid-template-columns: 1.1fr 1fr 1.33fr; grid-gap: 3rem; } diff --git a/Server/public/js/components/landing-component.js b/Server/public/js/components/landing-component.js index 8d8c0ab..72f77af 100644 --- a/Server/public/js/components/landing-component.js +++ b/Server/public/js/components/landing-component.js @@ -198,7 +198,7 @@ function instance($$self, $$props, $$invalidate) { class Landing_component extends SvelteElement { constructor(options) { super(); - this.shadowRoot.innerHTML = ``; + this.shadowRoot.innerHTML = ``; init( this,