File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,6 @@ main {
6767 flex : 1 0 auto;
6868}
6969
70- # github-icon-button {
71- height : 64px !important ;
72- }
73-
7470a ,
7571a : visited {
7672 color : white;
@@ -260,6 +256,10 @@ h1 {
260256}
261257
262258@media only screen and (max-width : 767px ) {
259+ # github-icon-button {
260+ height : 56px !important ;
261+ }
262+
263263 # github-icon {
264264 font-size : 1.33333333em ;
265265 line-height : .75em ;
@@ -306,6 +306,10 @@ h1 {
306306}
307307
308308@media only screen and (max-width : 376px ) {
309+ # github-icon-button {
310+ height : 56px !important ;
311+ }
312+
309313 # github-icon {
310314 font-size : 1.33333333em ;
311315 line-height : .75em ;
@@ -322,6 +326,10 @@ h1 {
322326}
323327
324328@media only screen and (min-width : 768px ) and (max-width : 1023px ) {
329+ # github-icon-button {
330+ height : 64px !important ;
331+ }
332+
325333 # github-icon {
326334 font-size : 1.33333333em ;
327335 line-height : .75em ;
@@ -375,6 +383,10 @@ h1 {
375383}
376384
377385@media only screen and (min-width : 1024px ) {
386+ # github-icon-button {
387+ height : 64px !important ;
388+ }
389+
378390 # github-icon {
379391 font-size : 2em ;
380392 }
You can’t perform that action at this time.
0 commit comments