nasa/instructions

Scrolling behaviour abrupt

himanshu007-creator opened this issue · 2 comments

When we click on anchor tags on the top left, an abrupt animation follows. This looks odd. It can be tackled by simple code

html{
scroll-behavior: smooth;
}

in css file.

Fixed in #13

Thanks😊