File tree Expand file tree Collapse file tree 1 file changed +24
-11
lines changed Expand file tree Collapse file tree 1 file changed +24
-11
lines changed Original file line number Diff line number Diff line change 3
3
</script >
4
4
5
5
<style >
6
- div {
7
- font-size : 0.66 rem ;
8
- height : 1.3 rem ;
6
+ .bn-branding {
7
+ font-size : 0.75 rem ;
8
+ font-family : inherit ;
9
9
margin : 0.4rem ;
10
10
display : flex ;
11
+ justify-content : center ;
12
+ width : 100% ;
13
+ align-items : center ;
14
+ opacity : 0.3 ;
11
15
}
12
16
13
17
a {
14
- display : flex ;
15
- justify-content : center ;
16
- width : 100% ;
17
- opacity : 0.8 ;
18
18
color : inherit ;
19
+ display : flex ;
20
+ margin-left : 0.25rem ;
21
+ align-items : center ;
22
+ }
23
+
24
+ .bn-logo {
25
+ height : 0.9rem ;
26
+ margin-left : 0.25rem ;
27
+ margin-bottom : 0.1rem ;
19
28
}
20
29
21
30
img {
24
33
}
25
34
</style >
26
35
27
- <div >
36
+ <div class =" bn-branding" >
37
+ Powered by
28
38
<a
29
39
href =" https://blocknative.com"
30
40
class =" bn-onboard-clickable"
31
41
target =" _blank"
32
42
rel =" noopener noreferrer" >
33
- <img
34
- alt =" Blocknative Logo"
35
- src ={darkMode ? ' https://www.blocknative.com/hubfs/Infrastructure%20Rebrand/bn-structure-logo-white.svg' : ' https://www.blocknative.com/hubfs/Infrastructure%20Rebrand/bn-structure-logo-black.svg' } />
43
+ Blocknative
44
+ <div class =" bn-logo" >
45
+ <img
46
+ alt =" Blocknative Logo"
47
+ src ={darkMode ? ' https://cdn2.hubspot.net/hubfs/5118396/Company Logos/bn-line-logo-white.svg' : ' https://cdn2.hubspot.net/hubfs/5118396/Company Logos/bn-line-logo-black.svg' } />
48
+ </div >
36
49
</a >
37
50
</div >
You can’t perform that action at this time.
0 commit comments