diff --git a/styles/home.css b/styles/home.css index 20ac6f8..d8bb564 100644 --- a/styles/home.css +++ b/styles/home.css @@ -629,7 +629,7 @@ i{ justify-content: center; align-items: center; width: 95%; - padding: 2rem; + padding: 1rem; box-sizing: border-box; margin-top: 5rem; background-color: rgb(0, 0, 0,.8); @@ -650,9 +650,17 @@ i{ font-family: 'Poppins', sans-serif; text-align: left; } + + .fund{ + display: flex; + align-items: center; + padding: 3rem 0rem; + } .fund >img{ width: 85%; + margin: auto; + }