File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2929 gap : 10px ;
3030 }
3131
32- @media all and (max-width :475 px ){
32+ @media all and (max-width :360 px ){
3333 justify-content : center ;
3434 margin-bottom : 6px ;
3535 }
Original file line number Diff line number Diff line change 1+ @use " ../../styles/variables.scss" as * ;
2+
13.navbar-wrapper {
24 display : flex ;
35 align-items : center ;
46 justify-content : center ;
57 gap : 10px ;
8+
9+ @media all and ($mobile ) {
10+ flex-direction : row-reverse ;
11+ }
612}
Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ ul.overflow > li:last-of-type {
1717
1818.page-title {
1919 @media all and ($mobile ) {
20- font-size : 1.5rem ;
20+ font-size : 1.2rem ;
21+ }
22+ }
23+
24+ .search .search-button > p {
25+ @media all and ($mobile ) {
26+ display : none ;
2127 }
2228}
You can’t perform that action at this time.
0 commit comments