diff --git a/components/Footer.js b/components/Footer.js index 6022a14e..f90c19a8 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -230,6 +230,16 @@ const cols = [ link: "/one-click-apps/uptime-kuma/", alt: "هاست ابری آپ‌تایم کوما", }, + { + title: "Appsmith", + link: "/one-click-apps/appsmith/", + alt: "هاست ابری اپ‌اسمیث", + }, + { + title: "Varnish Cache", + link: "/one-click-apps/varnish/", + alt: "هاست ابری وارنیش‌کش", + }, ], }, { diff --git a/styles/layout.css b/styles/layout.css index f774280a..210d616a 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -456,7 +456,7 @@ video { line-height: 18px; display: flex; flex-direction: column; - height: 300px; + height: 330px; flex-wrap: wrap; align-content: flex-start; }