Skip to content

Commit

Permalink
first7
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsolakidis committed Jan 23, 2024
1 parent a44ce90 commit a27e038
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;

}


Expand Down

0 comments on commit a27e038

Please sign in to comment.