From c81afb985b9b914647efa99d597e54a6d6f612dd Mon Sep 17 00:00:00 2001 From: Amirali Gholi Date: Mon, 22 Jan 2024 12:28:33 +0330 Subject: [PATCH] Update footer --- components/Footer.js | 10 ++++++++++ styles/layout.css | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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; }