From ac8779dd8606682dafd02a693ca549d481299666 Mon Sep 17 00:00:00 2001 From: Rahul Prasad Yadav Date: Tue, 8 Oct 2024 16:23:03 +0530 Subject: [PATCH] blur img decrease and button margin top increase --- dashboard.css | 10 ++++++++++ style-landing.css | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dashboard.css b/dashboard.css index 12fbf8d..31365f1 100644 --- a/dashboard.css +++ b/dashboard.css @@ -83,8 +83,18 @@ main { color: #72D34F; cursor: default; animation: fadeIn 1s ease-in-out; + + + + + + + + } + + .grid { display: grid; grid-template-columns: repeat(8, 1fr); diff --git a/style-landing.css b/style-landing.css index da2e06b..8107dd6 100644 --- a/style-landing.css +++ b/style-landing.css @@ -10,7 +10,7 @@ body { /* Background image */ .bg-img-land img { - filter: blur(0.7458557588805167vh); + filter: blur(1px); width: 100vw; height: 70vh; } @@ -100,7 +100,7 @@ body { display: flex; align-items: center; justify-content: center; - margin-top: 50px; + margin-top: 100px; }