second screen draft

This commit is contained in:
Sahej Panag
2024-04-12 15:23:40 -04:00
parent 78988ed5ce
commit 443bc2e13e
8 changed files with 246 additions and 25 deletions

View File

@@ -15,9 +15,16 @@ html, body {
justify-content: center;
padding: 20px;
background: #B1D4E0;
gap: 15;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* shadow */
}
.logo {
height: 100px; /* Adjust this value as needed */
width: auto; /* Keep the logo's aspect ratio */
margin-bottom: 15px; /* Gap between logo and search box */
}
.filter-item + .filter-item {
margin-top: 20px; /* space between filter items */