Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h5 class="text-white font-bold text-lg mb-2 uppercase tracking-tight">Heatmap G
</div>
</section>

<footer class="relative bg-slate-950 border-t border-white/5 pt-20 pb-10 z-10">
<footer class="footer relative pt-20 pb-10 z-10"></footer>
<div class="max-w-7xl mx-auto px-6 grid grid-cols-1 md:grid-cols-4 gap-12 mb-16">
<div class="col-span-1 md:col-span-2">
<div class="flex items-center gap-3 mb-6">
Expand Down
4 changes: 1 addition & 3 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ html[data-theme="light"] .tos-content {
border: 1px solid #dde3ed !important;
box-shadow: 0 32px 64px rgba(17, 24, 39, 0.14) !important;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
.glass-card {
Expand All @@ -606,7 +605,6 @@ html[data-theme="light"] .tos-content {
font-size: 1.25rem;
}
}

@media (max-width: 767px) {
body {
overflow-x: hidden;
Expand Down Expand Up @@ -728,4 +726,4 @@ html[data-theme="light"] .tos-content {
@keyframes pulseText {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
}