From 8a9d998256536f967ba0fa624e4a7cb07b391925 Mon Sep 17 00:00:00 2001 From: mh-zeynal Date: Sat, 25 Nov 2023 20:27:28 +0330 Subject: [PATCH] style: backdrop blur on footer --- frontend/src/css/Footer.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/css/Footer.css b/frontend/src/css/Footer.css index 6014eb2..b4769b0 100644 --- a/frontend/src/css/Footer.css +++ b/frontend/src/css/Footer.css @@ -3,8 +3,10 @@ align-items: center; justify-content: center; width: 100%; - padding: 10px; + padding: 15px; box-sizing: border-box; + backdrop-filter: blur(2px); + margin-top: 40px; } .logo {