Skip to content

Commit

Permalink
fix text-indent
Browse files Browse the repository at this point in the history
The text to be hidden is still visible on large-ish screens (i.e. 1920px).
  • Loading branch information
m90 committed Dec 9, 2014
1 parent 76030f9 commit ae4728d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
background-repeat: no-repeat;
background-size: 150px 46px;
display: block;
text-indent: -999px;
text-indent: -9999px;
float: left;
}

Expand Down Expand Up @@ -177,4 +177,4 @@
</script>
</body>

</html>
</html>

0 comments on commit ae4728d

Please sign in to comment.