Pre-launch: Added README.md

This commit is contained in:
2025-12-11 12:14:08 +01:00
parent f83a9ef416
commit c135fbaebf
5 changed files with 27 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
// search-modal
.search-modal-dialog {
margin-top: 150px;
max-width: 600px;
max-width: 700px;
@include desktop {
margin-top: 80px;
}
@@ -17,7 +17,7 @@
padding-bottom: 12px;
}
.modal-body {
max-height: calc(100vh - 350px);
max-height: calc(100vh - 300px);
padding: 1rem;
overflow-y: auto;
background-color: #f5f6f7;