File tree Expand file tree Collapse file tree
components/InstallCommand Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55.tabs {
66 display : flex;
7+ flex-wrap : wrap;
78 gap : 0.25rem ;
89}
910
3435 display : flex;
3536 align-items : center;
3637 justify-content : space-between;
37- gap : 1rem ;
38+ flex-wrap : wrap;
39+ gap : 0.5rem 1rem ;
3840 margin-bottom : 0.5rem ;
3941}
4042
Original file line number Diff line number Diff line change 7575 margin-right : 2rem ;
7676}
7777
78+ /* The lockup is 4.5:1, so a fixed 4rem height makes it 288px wide -- wider than
79+ the room left beside the hamburger and search on a small phone, which pushed
80+ the whole document sideways. Below the navbar's own breakpoint let the width
81+ lead and the height follow, so it shrinks to fit instead of overflowing. */
82+ @media (max-width : 996px ) {
83+ .navbar__brand {
84+ margin-right : 0.5rem ;
85+ }
86+
87+ .navbar__logo {
88+ height : auto;
89+ max-height : 4rem ;
90+ max-width : 55vw ;
91+ }
92+ }
93+
7894
7995.navbar__link {
8096 font-weight : 500 ;
You can’t perform that action at this time.
0 commit comments