detailing

added smooth transition, removed messages on login page, minor detail fixes
This commit is contained in:
2024-12-06 11:00:17 +01:00
parent ac9ab9185a
commit c5853ba688
4 changed files with 14 additions and 12 deletions

View File

@@ -4,6 +4,10 @@
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
/* Body styling */
body {
font-family: Arial, sans-serif;