diff --git a/components/Footer.js b/components/Footer.js index c7377c33..6022a14e 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -220,6 +220,16 @@ const cols = [ link: "/one-click-apps/pocketbase", alt: "هاست ابری پاکت‌بیس", }, + { + title: "Ackee", + link: "/one-click-apps/ackee/", + alt: "هاست ابری آکی", + }, + { + title: "Uptime Kuma", + link: "/one-click-apps/uptime-kuma/", + alt: "هاست ابری آپ‌تایم کوما", + }, ], }, { diff --git a/styles/layout.css b/styles/layout.css index 109801e6..f774280a 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -456,7 +456,7 @@ video { line-height: 18px; display: flex; flex-direction: column; - height: 275px; + height: 300px; flex-wrap: wrap; align-content: flex-start; }