Fixes Minor Responsiveness Issues

This commit is contained in:
2023-11-09 01:58:23 -03:00
parent 93791a60ae
commit 920701b1bb
4 changed files with 29 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export class HomeComponent {
element.scrollIntoView({
behavior: "smooth",
block: "start",
inline: "nearest"
inline: "start"
});
}
}