Skip to content

Commit fe7ab25

Browse files
authored
Merge pull request #17 from adab-tech/claude/globalopportunities-deploy-yukhn1
2 parents ebbee53 + 79e820c commit fe7ab25

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

frontend/css/style.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,16 +786,20 @@ body {
786786
.facet-list { flex-direction: row; flex-wrap: wrap; }
787787
.facet { width: auto; }
788788
.sidebar-cta { display: none; } /* alerts still reachable from the header */
789-
}
790789

791-
@media (max-width: 720px) {
790+
/* Below this width, brand + search + actions no longer fit on one line
791+
(the "Get alerts"/"Find new" buttons alone need ~240px) — wrap the
792+
search bar onto its own full-width row instead of letting it overflow. */
792793
.header-inner { flex-wrap: wrap; gap: 10px; }
793794
.header-search { order: 3; flex-basis: 100%; max-width: none; }
794-
.brand-name { display: none; }
795795
.header-actions { margin-left: auto; }
796796
.page-head { padding-top: 24px; }
797797
}
798798

799+
@media (max-width: 720px) {
800+
.brand-name { display: none; }
801+
}
802+
799803
@media (max-width: 560px) {
800804
.row { flex-direction: column; gap: 12px; }
801805
.row-actions { flex-direction: row; width: 100%; }

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@600;700&display=swap" rel="stylesheet" />
3030
<!-- ?v= is bumped on each visual/behavioural release so returning
3131
visitors' browsers fetch the new assets instead of stale caches -->
32-
<link rel="stylesheet" href="css/style.css?v=4" />
32+
<link rel="stylesheet" href="css/style.css?v=5" />
3333

3434
<script type="application/ld+json">
3535
{

0 commit comments

Comments
 (0)