Skip to content

Commit

Permalink
menu responsive style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabrams7 committed Jul 4, 2024
1 parent 90c41ea commit d090931
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,12 @@ footer p .github::before {

/* responsive media query start */
@media (max-width: 1104px) {
.navbar .logo a {
font-size: 24px;
}
.navbar .menu li a {
font-size: 20px;
}
.about .about-content .left img {
height: 350px;
width: 350px;
Expand Down

0 comments on commit d090931

Please sign in to comment.