1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added smooth page scrolling

This commit is contained in:
2023-12-15 22:56:36 +05:30
parent f8b3bd5515
commit 54495e29ae
8 changed files with 11 additions and 7 deletions

View File

@@ -1241,6 +1241,10 @@ video {
overflow-y: scroll;
}
.scroll-smooth {
scroll-behavior: smooth;
}
.whitespace-nowrap {
white-space: nowrap;
}