Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions styles.css → assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,15 @@ body {

.category-section {
display: flex;
overflow: hidden;
/*overflow: hidden;*/
overflow-x: scroll; /* For Horizontal Scroll Bar*/
scroll-behavior: smooth; /* For Smooth Scroll Bar*/
}

.category-section::-webkit-scrollbar {
display: none; /*Hide Scroll Bar From Layout for Categories*/
}

.category {
margin-right: 1rem;
word-wrap: none;
Expand Down Expand Up @@ -206,4 +212,4 @@ body {
width: 36px;
height: 36px;
background-color: #AAA;
}
}
File renamed without changes
File renamed without changes
Binary file added assets/img/favicon.ico
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
236 changes: 125 additions & 111 deletions index.html

Large diffs are not rendered by default.