@@ -593,8 +593,13 @@ footer {
}
&.expansion {
cursor: pointer;
- letter-spacing: 0.2px;
- user-select: none;
+ letter-spacing: .2px;
+ user-select: none;
+ display: inline-block;
+ position: relative;
+ z-index: 1;
+ padding: 1em;
+ margin: -1em;
&.main {
background-color: #2f363c;
@@ -17,7 +17,7 @@
<span
id="expansion"
class="infobar expansion"
- onclick="document.getElementById('expansion').innerHTML = nextWord();">
+ onclick="document.getElementById('expansion').innerHTML = nextWord();" >
Get It Together
</span>