Skip to content

Commit

Permalink
improve footer section
Browse files Browse the repository at this point in the history
  • Loading branch information
coderajawat committed Oct 30, 2024
1 parent 7e03637 commit cfb8e43
Show file tree
Hide file tree
Showing 4 changed files with 1,267 additions and 1,136 deletions.
8 changes: 5 additions & 3 deletions footer.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
.footer__container {
width: 100%;
height: 320px;
/* max-width: 1800px; */
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
justify-content: space-evenly;
/*grid-template-columns: repeat(3, 1fr);*/
gap: 25px;
color: var(--secondary-color);
margin: 0;
padding: 0;
Expand Down Expand Up @@ -41,5 +42,6 @@

.footer_text a{
color: white;
font-size: 0.9rem;
/* margin-top: 10px; */
}
Loading

0 comments on commit cfb8e43

Please sign in to comment.