Last active
May 19, 2020 11:57
-
-
Save rastermanden/ba7d84f58aa25d71d7eb9e4cc5d9c6ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.widget-html { | |
position: fixed; | |
top: 230px; | |
left: 20px; | |
height: 36px; | |
width: 36px; | |
} | |
.widget-html > a { | |
height: 100%; | |
width: 100%; | |
text-align: center; | |
line-height: 36px; | |
background-color: white; | |
display: block; | |
border: 1px solid rgba(150,150,150,.4); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment