mirror of
https://github.com/shadoll/sLogos.git
synced 2026-08-28 03:28:01 +00:00
feat: refactor layout and styling for improved responsiveness and accessibility; add Footer component
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user