Skip to content

Commit 5982f17

Browse files
committed
fix ui css
1 parent d755e06 commit 5982f17

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

web/css/styles.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ main {
6767
flex: 1 0 auto;
6868
}
6969

70-
#github-icon-button {
71-
height: 64px !important;
72-
}
73-
7470
a,
7571
a: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
}

web/dist/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)