File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export function Sidebar() {
5555 < a href = "/#frameworks-integrations" onClick = { ( ) => Swal . close ( ) } >
5656 < span > Integrations</ span >
5757 </ a >
58- < a href = "/#themes" onClick = { ( ) => Swal . close ( ) } >
58+ < a href = "/#themes" className = "mobile-hidden" onClick = { ( ) => Swal . close ( ) } >
5959 < span > Themes</ span >
6060 </ a >
6161 < a href = "/#configuration" className = "mobile-hidden" onClick = { ( ) => Swal . close ( ) } >
Original file line number Diff line number Diff line change @@ -955,8 +955,16 @@ $bouncing-logo-min-height: 35%;
955955 align-items : center ;
956956 justify-content : center ;
957957
958- a {
959- margin-right : 20em ;
958+ @media all and (width > 768px ) {
959+ a {
960+ margin-right : 20em ;
961+ }
962+ }
963+
964+ @media all and (width <= 768px ) {
965+ a {
966+ margin-top : 1em ;
967+ }
960968 }
961969
962970 #docsearch {
You can’t perform that action at this time.
0 commit comments