mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-07 19:56:19 -04:00
second screen draft
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user