119119    width 100%  ;
120120    padding 10px  ;
121121
122-     @include  respond-min (768 px 
122+     @include  respond-min (1024 px 
123123      padding 0  20px  ;
124124    }
125125  }
163163      padding .5rem   0 ;
164164      border-bottom none ;
165165
166-       @include  respond-min (768 px 
166+       @include  respond-min (1024 px 
167167        border-bottom 3px   solid ;
168168        padding 1rem   0 ;
169169        border-color transparent ;
@@ -176,13 +176,13 @@ p {
176176        border-color inherit ;
177177        text-decoration underline ;
178178
179-         @include  respond-min (768 px 
179+         @include  respond-min (1024 px 
180180          text-decoration none ;
181181        }
182182      }
183183    }
184184
185-     @media  (max-width 768 px 
185+     @media  (max-width 1024 px 
186186      display none ;
187187      gap 1rem  ;
188188
212212        }
213213      }
214214    }
215+ 
216+     .github-button  {
217+       display flex ;
218+       align-items center ;
219+       padding 0.5rem   1rem   !important ;
220+       background-color #f8f9fa ;
221+       border 1px   solid  #dfe1e4 ;
222+       border-radius 6px  ;
223+       color #444 ;
224+       text-decoration none ;
225+       transition all  0.2s   ease ;
226+ 
227+       img  {
228+         filter : brightness (0 ) saturate (100%  ) invert (27%  ) sepia (0%  ) saturate (0%  ) hue-rotate (0deg  ) brightness (0%  ) contrast (100%  );
229+         margin-right 0.5rem  ;
230+       }
231+ 
232+       .star-count  {
233+         background #f1f5f9 ;
234+         color #64748b ;
235+         font-size 12px  ;
236+         padding 2px   6px  ;
237+         border-radius 10px  ;
238+         margin-left 0 ;
239+         font-weight 500 ;
240+         white-space nowrap ;
241+         border 1px   solid  #e2e8f0 ;
242+         transition all  0.2s  ;
243+       }
244+ 
245+       & :hover  {
246+         background-color #e9ecef ;
247+         border-color #dee2e6 ;
248+         text-decoration none ;
249+         border-bottom-color #e9ecef ;
250+       }
251+ 
252+       @media  (max-width 1024px  ) {
253+         padding 0.75rem   1rem   !important ;
254+         margin-top 0.5rem  ;
255+         justify-content center ;
256+         text-align center ;
257+       }
258+     }
215259  }
216260  .btn-menu  {
217261    display none ;
240284      transition-duration .2s  ;
241285    }
242286
243-     @media  (max-width 768 px 
287+     @media  (max-width 1024 px 
244288      display flex ;
245289    }
246290  }
251295  display block ;
252296  align-items center ;
253297
254-   @include  respond-min (768 px 
298+   @include  respond-min (1024 px 
255299    display flex ;
256300  }
257301
273317    & :hover  {
274318      text-decoration underline ;
275319
276-       @include  respond-min (768 px 
320+       @include  respond-min (1024 px 
277321        text-decoration none ;
278322      }
279323    }
290334    box-shadow 0  2px   5px   rgba (0 , 0 , 0 , 0.2 );
291335    padding .25rem   0 ;
292336
293-     @include  respond-min (768 px 
337+     @include  respond-min (1024 px 
294338      display none ;
295339    }
296340
0 commit comments