Skip to content

Commit 7cfa519

Browse files
author
iDreadful
committed
Fix GH buttons glitch and header in mobile
1 parent 99a0113 commit 7cfa519

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

devices.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
header {
8585
margin-top: 10px;
86-
padding: 0 10px;
86+
padding: 0 5px;
8787
& h1 {
8888
font-size: 18px;
8989
font-weight: 300;

style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ header {
2727
width: 300px;
2828
margin-left: -150px;
2929
left: 50%;
30-
}
30+
}
3131
}
3232

3333
footer {
@@ -298,3 +298,8 @@ footer {
298298
-o-transition: opacity .2s;
299299
transition: opacity .2s;
300300
}
301+
302+
/* fix GH buttons glitch */
303+
.github-button {
304+
display: none;
305+
}

0 commit comments

Comments
 (0)