Compare commits

...

1 Commits

Author SHA1 Message Date
Flatlogic Bot
547a16ae28 Yaaa 2026-01-19 22:34:35 +00:00

29
assets/css/custom.css Normal file
View File

@ -0,0 +1,29 @@
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: #ffffff;
color: #212529;
}
.hero {
background-color: #f8f9fa;
padding: 4rem 2rem;
text-align: center;
border-bottom: 1px solid #dee2e6;
}
.features {
padding: 4rem 2rem;
}
.contact {
padding: 4rem 2rem;
background-color: #f8f9fa;
}
.toast-container {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 1050;
}