Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5bedb34

Browse files
committedOct 31, 2021
Readability improved
1 parent adfa5e8 commit 5bedb34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎HTML&CSS/HorizontalScrollNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
} */
1515

1616
body {
17-
max-width: 760px;
17+
max-width: 765px;
1818
margin: 10vmin auto 0;
1919
/* color: #fff; */
2020
}

‎jsBasics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ var data = () => {
33
return Date.now;
44
}
55

6-
console.log(data());
6+
console.log(`Current Date is ${data()}`);

0 commit comments

Comments
 (0)
Please sign in to comment.