diff --git a/astro/public/styles/css/mobile.css b/astro/public/styles/css/mobile.css
index f5ef225..530cc96 100644
--- a/astro/public/styles/css/mobile.css
+++ b/astro/public/styles/css/mobile.css
@@ -8,9 +8,9 @@
}
.ntfyForm {
- display: list-item;
+ display: flex;
+ gap: 5px;
margin-top: -8%;
margin-bottom: 8%;
}
-
}
\ No newline at end of file
diff --git a/astro/src/components/main-page/silly-widgets.astro b/astro/src/components/main-page/silly-widgets.astro
index 544a4d9..ffc0315 100644
--- a/astro/src/components/main-page/silly-widgets.astro
+++ b/astro/src/components/main-page/silly-widgets.astro
@@ -21,7 +21,6 @@