This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 5103d6d
1 parent 378eb34 commit 5103d6d Copy full SHA for 5103d6d
File tree 1 file changed +23
-14
lines changed
1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change 13
13
}
14
14
h1 {
15
15
font-size : 90px ;
16
- margin : 35px 0px ;
16
+ margin-top : 10px ;
17
+ margin-bottom : 35px ;
17
18
}
18
19
a {
19
20
color : white;
42
43
cursor : pointer;
43
44
padding : 10px ;
44
45
}
46
+ # sign-in {
47
+ text-align : right;
48
+ }
49
+ .g_id_signin {
50
+ display : inline-block;
51
+ }
45
52
# search-form {
46
- margin : 35px 0px ;
53
+ margin : 35px 0px ;
47
54
}
48
55
# chapters {
49
56
display : inline-block;
76
83
}
77
84
</ style >
78
85
< script src ="https://accounts.google.com/gsi/client " async defer > </ script >
79
- < div id ="g_id_onload "
80
- data-client_id ="1080182836213-psdjtgo2u10a1fb6e4sbdfpdlmco5i63.apps.googleusercontent.com "
81
- data-login_uri ="https://your.domain/your_login_endpoint "
82
- data-auto_prompt ="false ">
83
- </ div >
84
- < div class ="g_id_signin "
85
- data-type ="standard "
86
- data-size ="large "
87
- data-theme ="outline "
88
- data-text ="sign_in_with "
89
- data-shape ="rectangular "
90
- data-logo_alignment ="left ">
86
+ < div id ="sign-in ">
87
+ < div id ="g_id_onload "
88
+ data-client_id ="1080182836213-psdjtgo2u10a1fb6e4sbdfpdlmco5i63.apps.googleusercontent.com "
89
+ data-login_uri ="https://hedgy.app "
90
+ data-auto_prompt ="false ">
91
+ </ div >
92
+ < div class ="g_id_signin "
93
+ data-type ="standard "
94
+ data-size ="large "
95
+ data-theme ="outline "
96
+ data-text ="signin "
97
+ data-shape ="pill "
98
+ data-logo_alignment ="left ">
99
+ </ div >
91
100
</ div >
92
101
< h1 > < a href ="/ "> hedgy</ a > </ h1 >
93
102
< form id ="search-form " method ="get ">
You can’t perform that action at this time.
0 commit comments