Skip to content

Commit 84db230

Browse files
committed
center donate button vertically in banner
1 parent 9a627d5 commit 84db230

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
@@ -144,7 +144,7 @@ binderhub:
144144
cors_allow_origin: "*"
145145

146146
banner_message: |
147-
<a class="btn" style="flex:1;width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute;top:14px;right:4px;"
147+
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute;top:0px;bottom:0px;margin:auto 0;right:4px;"
148148
onmouseover="this.style.backgroundColor='#d15b75'" onmouseout="this.style.backgroundColor='#e66581'"
149149
href="https://numfocus.salsalabs.org/donate-to-binder" target="_blank">
150150
🤍 Donate to mybinder.org!

0 commit comments

Comments
 (0)