Skip to content

Commit 85e3116

Browse files
fixed smooth scrolling in about section (#642)
Co-authored-by: Kritika Singh <kritikasingh6881@gmail.com>
1 parent a24d5df commit 85e3116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

about.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
margin: 0;
44
padding: 0;
55
box-sizing: border-box;
6+
scroll-behavior: smooth;
67
}
78

89
body{

0 commit comments

Comments
 (0)