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; }