Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SondosBsharat authored Jun 11, 2024
1 parent aca084f commit 91c49c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,10 @@ code{
}
}


/* Responsive styles */
@media (max-width: 768px) {
/* Decrease the font size of navigation links */
.main-nav ul.second li a {
font-size: 11px;
}
}

0 comments on commit 91c49c1

Please sign in to comment.