feat: started working on responsiveness

This commit is contained in:
Nick 2024-12-06 00:43:00 -06:00
parent e6b3e90698
commit 0339496f42
37 changed files with 790 additions and 249 deletions

View file

@ -0,0 +1,8 @@
* {
scrollbar-width: none;
}
*::-webkit-scrollbar {
display: none;
}