File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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% ; }
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments