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,