Skip to content

Commit ee9c940

Browse files
committed
make the register button round
1 parent 3b54e4d commit ee9c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="ui stackable middle very relaxed page grid">
44
<div class="sixteen wide center aligned centered column">
55
<img width="75%" src="{{AppSubUrl}}/img/logo.svg"/><br>
6-
<a href="/user/sing_up"><button class="ui button huge blue">{{.i18n.Tr "auth.sign_up_now" | Str2html}}</button></a>
6+
<a href="/user/sing_up"><button style='border-radius:50vh;' class="ui button huge blue">{{.i18n.Tr "auth.sign_up_now" | Str2html}}</button></a>
77
</div>
88
</div>
99
{{if eq .Lang "undefined"}}

0 commit comments

Comments
 (0)