Skip to content

Commit

Permalink
Merge pull request #381 from ayush-848/main
Browse files Browse the repository at this point in the history
made the footer section items aligned
  • Loading branch information
Akshatchaube01 authored Jul 20, 2024
2 parents 0c2f5e1 + cbc8929 commit 277d565
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a:hover {
.footer-content {
display: flex;
flex-direction: column;
align-items: center;
align-items: flex-start;
justify-content: space-around;
max-width: 1200px;
margin: auto;
Expand Down Expand Up @@ -154,8 +154,9 @@ a:hover {

.footer-section ul li a:hover,
.footer-section p a:hover {
color: #90a9bb;
transform: scale(1.1);
color: #90d0fe;
text-decoration:solid;
transform: scale(1.3);
}

.smedia {
Expand Down

0 comments on commit 277d565

Please sign in to comment.