Skip to content

Commit

Permalink
Merge branch 'main' into ahmedbaloch
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Raza <41878215+ahmedrazabaloch@users.noreply.github.com>
  • Loading branch information
ahmedrazabaloch authored Oct 30, 2024
2 parents 316fb2f + d2c6574 commit 18155a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,15 +708,16 @@ Animating title
display: none;
}
.navlinks {
margin-right: 1rem; /* Reduce margin on smaller screens */
margin-right: 1rem;
}

.link a {
font-size: 0.9rem; /* Smaller font size for mobile */
padding: 0.4rem; /* Less padding for compactness */
font-size: 0.9rem;
padding: 0.4rem;
}

.link i {
font-size: 0.9rem; /* Smaller icon size */
font-size: 0.9rem;
}

}

0 comments on commit 18155a9

Please sign in to comment.