Merge version_1 into main #2

Merged
development merged 9 commits from version_1 into main 2026-01-20 15:24:00 +00:00
Showing only changes of commit 5692ea3dcf - Show all commits

View File

@@ -3,15 +3,9 @@
@tailwind utilities;
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
@@ -24,4 +18,4 @@ body {
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
}