Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BelajarCodingYuk committed Jun 12, 2024
1 parent eb52866 commit d4a1b15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
2 changes: 2 additions & 0 deletions charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,3 +579,5 @@ document.addEventListener('DOMContentLoaded', function () {
}
});
})


2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ nav ul li a:hover {
transition: all 0.3s;
}

@media (max-width: 768px) {
@media (max-width: 500px) {
nav ul {
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit d4a1b15

Please sign in to comment.