feat: refactor layout and styling for improved responsiveness and accessibility; add Footer component

This commit is contained in:
sha
2025-05-15 15:49:56 +03:00
parent d30e2f9e0b
commit 9509ef0688
9 changed files with 342 additions and 330 deletions
+8
View File
@@ -298,6 +298,14 @@
</header>
<style>
.main-header {
padding: 0.5rem 1rem;
background: var(--color-card);
border-bottom: 1px solid var(--color-border);
border-radius: 0; /* Ensure no rounded corners */
margin-bottom: 1rem;
}
.header-title {
display: flex;
align-items: center;