Skip to content

Commit 5558696

Browse files
committed
avoid donate button messing with center alignment
use position: absolute, right: 4px
1 parent c27a1bc commit 5558696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mybinder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ binderhub:
148148
<div style="flex:1;text-align:center;">
149149
Thanks to <a href="https://www.ovh.com/">OVH</a> and <a href="https://notebooks.gesis.org">GESIS Notebooks</a> for supporting us! 🎉
150150
</div>
151-
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;margin:-8px 0px;"
151+
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute; right:4px;"
152152
onmouseover="this.style.backgroundColor='#d15b75'" onmouseout="this.style.backgroundColor='#e66581'"
153153
href="https://numfocus.salsalabs.org/donate-to-binder" target="_blank">
154154
🤍 Donate to mybinder.org!

0 commit comments

Comments
 (0)