aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random/static
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random/static')
-rw-r--r--dev-random/static/css/main.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/dev-random/static/css/main.css b/dev-random/static/css/main.css
index aaccde6..2a18220 100644
--- a/dev-random/static/css/main.css
+++ b/dev-random/static/css/main.css
@@ -210,20 +210,20 @@ table tr {
/******************************************************************************/
/* Misc */
/******************************************************************************/
-
-#github-link {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- width: 50px;
- height: 100px;
- background-image: url("../img/corner.png");
- margin: 0;
- border: none;
- text-decoration: none;
- color: transparent;
- font-size: 0px;
- text-decoration: none;
+@media screen and (min-width: 600px) {
+ #github-link {
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 50px;
+ height: 100px;
+ background-image: url("../img/corner.png");
+ margin: 0;
+ border: none;
+ text-decoration: none;
+ color: transparent;
+ font-size: 0px;
+ text-decoration: none;
+ }
}
-