Skip to content

Commit

Permalink
Merge pull request #3560 from jayanththalla/h
Browse files Browse the repository at this point in the history
I have aligned the icons and text
  • Loading branch information
sailaja-adapa authored Oct 16, 2024
2 parents 46ad3c1 + 6cfb841 commit 1ade86e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,21 @@
}

#quicklinks .foot-quick a {
display: flex;
flex-direction: row; /* Ensure icon and text are in a row */
align-items: center; /* Vertically center-align the icon and text */
text-decoration: none;
color: rgb(83, 74, 74); /* Adjust link color as needed */
display: flex;
align-items: center;
}

#quicklinks .foot-quick a i {
margin-right: 0.5rem; /* Adjust spacing between icon and text */
}

#quicklinks .foot-quick a p {
margin: 0; /* Remove default margins from <p> */
}

.dark-mode .fas{
color:white;
}
Expand Down Expand Up @@ -1573,15 +1579,21 @@
}

#quicklinks .foot-quick a {
display: flex;
flex-direction: row; /* Ensure icon and text are in a row */
align-items: center; /* Vertically center-align the icon and text */
text-decoration: none;
color: rgb(83, 74, 74); /* Adjust link color as needed */
display: flex;
align-items: center;
}

#quicklinks .foot-quick a i {
margin-right: 0.5rem; /* Adjust spacing between icon and text */
}

#quicklinks .foot-quick a p {
margin: 0; /* Remove default margins from <p> */
}

.dark-mode .fas{
color:#8e6165;
}
Expand Down

0 comments on commit 1ade86e

Please sign in to comment.