fix: Design : add recommended header.

This commit is contained in:
2025-11-20 13:45:55 +05:30
parent 6258080848
commit f4b1752fe2
6 changed files with 256 additions and 109 deletions

View File

@@ -7,9 +7,9 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
padding: 0.8rem 2rem;
background: linear-gradient(15deg, rgba(10, 114, 40, 1) 55%, rgba(101, 101, 184, 1) 100%);
flex-wrap: wrap; /* allow wrapping on mobile */
flex-wrap: wrap; /* Allow wrapping on mobile */
}
.header-text {
@@ -20,7 +20,6 @@
text-align: left;
}
/* Desktop text */
.desktop-text {
color: white;
font-family: Roboto, sans-serif;