We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cfdf0e + 7cfa519 commit 551ddbaCopy full SHA for 551ddba
devices.css
@@ -83,7 +83,7 @@
83
84
header {
85
margin-top: 10px;
86
- padding: 0 10px;
+ padding: 0 5px;
87
& h1 {
88
font-size: 18px;
89
font-weight: 300;
style.css
@@ -27,7 +27,7 @@ header {
27
width: 300px;
28
margin-left: -150px;
29
left: 50%;
30
- }
+ }
31
}
32
33
footer {
@@ -298,3 +298,8 @@ footer {
298
-o-transition: opacity .2s;
299
transition: opacity .2s;
300
301
+
302
+/* fix GH buttons glitch */
303
+.github-button {
304
+ display: none;
305
+}
0 commit comments