File tree 1 file changed +14
-10
lines changed
1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,12 @@ <h2 style="margin-top: 8px;">
11
11
</ div >
12
12
< style >
13
13
# book-banner {
14
- border-radius : 3px ;
15
14
display : none;
15
+ }
16
+
17
+ # book-banner-bottom {
18
+ border-radius : 3px ;
19
+ display : flex;
16
20
align-items : center;
17
21
padding : 20px ;
18
22
margin-top : 20px ;
@@ -24,50 +28,50 @@ <h2 style="margin-top: 8px;">
24
28
}
25
29
26
30
@media (min-width : 1550px ) {
27
- # book-banner {
31
+ # book-banner-bottom {
28
32
background-size : 124px ;
29
33
}
30
34
}
31
35
32
- # book-banner .book-img {
36
+ # book-banner-bottom .book-img {
33
37
width : 74px ;
34
38
margin-right : 30px ;
35
39
margin-left : unset;
36
40
}
37
41
38
- # book-banner .book-banner-content span {
42
+ # book-banner-bottom .book-banner-content span {
39
43
display : block;
40
44
}
41
45
42
- # book-banner .book-banner-content .book-label {
46
+ # book-banner-bottom .book-banner-content .book-label {
43
47
color : # 798492 ;
44
48
font-size : 15px ;
45
49
margin-bottom : 10px ;
46
50
}
47
51
48
- # book-banner .book-banner-content .book-title {
52
+ # book-banner-bottom .book-banner-content .book-title {
49
53
color : # 313131 ;
50
54
font-size : 20px ;
51
55
font-weight : 500 ;
52
56
}
53
57
54
- # book-banner .book-banner-content a {
58
+ # book-banner-bottom .book-banner-content a {
55
59
display : block;
56
60
font-size : 15px ;
57
61
margin-top : 10px ;
58
62
font-weight : 300 ;
59
63
}
60
64
61
- # book-banner .book-banner-content a : hover {
65
+ # book-banner-bottom .book-banner-content a : hover {
62
66
color : # 06c ;
63
67
}
64
68
65
- # book-banner .book-banner-content a span {
69
+ # book-banner-bottom .book-banner-content a span {
66
70
display : inline-block;
67
71
margin-left : 3px ;
68
72
}
69
73
</ style >
70
- < div id ="book-banner ">
74
+ < div id ="book-banner-bottom ">
71
75
< img src ="https://cdn.quantconnect.com/i/tu/book-docs-banner.webp " alt ="book " class ="book-img ">
72
76
< div class ="book-banner-content ">
73
77
< span class ="book-label "> Checkout our new book!</ span >
You can’t perform that action at this time.
0 commit comments