Skip to content

Commit

Permalink
Update resume.css
Browse files Browse the repository at this point in the history
  • Loading branch information
shivenyadavs authored Jan 4, 2024
1 parent 4163546 commit 6b1ac16
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,13 @@ li a{
.dropdown:hover .dropdown-list,
.dropdown:focus-within .dropdown-list {
display: block;
}
}
@media only screen and (max-width: 768px) {
body {
background-image: none;
}

#horibar {
display: block;
}
}

0 comments on commit 6b1ac16

Please sign in to comment.