fix: Design : add recommended header.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user