mirror of
https://github.com/SamHerbert/SVG-Loaders.git
synced 2026-01-25 04:46:14 +00:00
fix text-indent
The text to be hidden is still visible on large-ish screens (i.e. 1920px).
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
background-repeat: no-repeat;
|
||||
background-size: 150px 46px;
|
||||
display: block;
|
||||
text-indent: -999px;
|
||||
text-indent: -9999px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@@ -177,4 +177,4 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user