This repository was archived by the owner on Mar 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 26
26
align-items : center;
27
27
font-size : 20px ;
28
28
}
29
+ # biojs_link {
30
+ display : flex;
31
+ justify-content : center;
32
+ align-items : center;
33
+ }
34
+ # nav > a {
35
+ width : 400px ;
36
+ text-align : center;
37
+ }
29
38
# icon {
30
39
width : 50px ;
31
40
height : 50px ;
41
50
42
51
< body class ="demo ">
43
52
< div id ="nav ">
44
- < a href ="https://biojs.net " target ="_blank " style =" display: flex;align-items:center; "> < img src ="../img/favicon.png " id ="icon "> BioJS</ a >
53
+ < a href ="https://biojs.net " target ="_blank " id =" biojs_link "> < img src ="../img/favicon.png " id ="icon "> BioJS</ a >
45
54
< a href ="../index.html "> < %= title %> </ a >
46
55
< a href ="./index.html "> Visualize < %= title %> </ a >
47
56
</ div >
Original file line number Diff line number Diff line change 25
25
align-items : center;
26
26
font-size : 20px ;
27
27
}
28
+ # nav > a {
29
+ width : 400px ;
30
+ text-align : center;
31
+ }
32
+ # biojs_link {
33
+ display : flex;
34
+ justify-content : center;
35
+ align-items : center !important ;
36
+ }
28
37
# icon {
29
38
width : 50px ;
30
39
height : 50px ;
40
49
41
50
< body class ="demo ">
42
51
< div id ="nav ">
43
- < a href ="https://biojs.net " target ="_blank " style =" display: flex;align-items:center; "> < img src ="img/favicon.png " id ="icon "> BioJS</ a >
52
+ < a href ="https://biojs.net " target ="_blank " id =" biojs_link "> < img src ="img/favicon.png " id ="icon "> BioJS</ a >
44
53
< a href ="index.html "> < %= title %> </ a >
45
54
< a href ="examples/index.html "> Visualize < %= title %> </ a >
46
55
</ div >
You can’t perform that action at this time.
0 commit comments