0
0

Improved speed and comprehensiveness

Edited templates location, removed unnecessary CSS and JS files, moved the onePageApp style and scripts into respective files, modified variable names for better comprehension.
TODO next: add comments to the code.
This commit is contained in:
Bryan Pedini
2019-01-17 13:26:20 +01:00
parent b31908029a
commit 0f24e8322b
16 changed files with 87 additions and 7925 deletions

View File

@@ -0,0 +1,6 @@
html,body {
scrollbar-width: none;
}
::-webkit-scrollbar {
width: 0;
}