HelpLogin
© 2022-2025 Spice AI, Inc.
SQL Query ReferenceDocsFAQSupport
PrivacyTerms
Status
Home
Datasets
Models
trunk
Edit on GitHub
Fork
/docs/website/src/theme/Blog/Components/Author/styles.module.css
1.authorImage {
2 --ifm-avatar-photo-size: 3.6rem;
3}
4
5.author-as-h1 .authorImage {
6 --ifm-avatar-photo-size: 7rem;
7}
8
9.author-as-h2 .authorImage {
10 --ifm-avatar-photo-size: 5.4rem;
11}
12
13.authorDetails {
14 display: flex;
15 flex-direction: column;
16 align-items: flex-start;
17 justify-content: space-around;
18}
19
20.authorName {
21 font-size: 1.1rem;
22 line-height: 1.1rem;
23 display: flex;
24 flex-direction: row;
25}
26
27.author-as-h1 .authorName {
28 font-size: 2.4rem;
29 line-height: 2.4rem;
30 display: inline;
31}
32
33.author-as-h2 .authorName {
34 font-size: 1.4rem;
35 line-height: 1.4rem;
36 display: inline;
37}
38
39.authorTitle {
40 font-size: 0.8rem;
41 line-height: 1rem;
42 display: -webkit-box;
43 overflow: hidden;
44 line-clamp: 1;
45 -webkit-line-clamp: 1;
46 -webkit-box-orient: vertical;
47}
48
49.author-as-h1 .authorTitle {
50 font-size: 1.2rem;
51 line-height: 1.6rem;
52}
53
54.author-as-h2 .authorTitle {
55 font-size: 1rem;
56 line-height: 1.3rem;
57}
58
59.authorBlogPostCount {
60 background: var(--ifm-color-secondary);
61 color: var(--ifm-color-black);
62 font-size: 0.8rem;
63 line-height: 1.2;
64 border-radius: var(--ifm-global-radius);
65 padding: 0.1rem 0.4rem;
66 margin-left: 0.3rem;
67}
68
1.authorImage {
2 --ifm-avatar-photo-size: 3.6rem;
3}
4
5.author-as-h1 .authorImage {
6 --ifm-avatar-photo-size: 7rem;
7}
8
9.author-as-h2 .authorImage {
10 --ifm-avatar-photo-size: 5.4rem;
11}
12
13.authorDetails {
14 display: flex;
15 flex-direction: column;
16 align-items: flex-start;
17 justify-content: space-around;
18}
19
20.authorName {
21 font-size: 1.1rem;
22 line-height: 1.1rem;
23 display: flex;
24 flex-direction: row;
25}
26
27.author-as-h1 .authorName {
28 font-size: 2.4rem;
29 line-height: 2.4rem;
30 display: inline;
31}
32
33.author-as-h2 .authorName {
34 font-size: 1.4rem;
35 line-height: 1.4rem;
36 display: inline;
37}
38
39.authorTitle {
40 font-size: 0.8rem;
41 line-height: 1rem;
42 display: -webkit-box;
43 overflow: hidden;
44 line-clamp: 1;
45 -webkit-line-clamp: 1;
46 -webkit-box-orient: vertical;
47}
48
49.author-as-h1 .authorTitle {
50 font-size: 1.2rem;
51 line-height: 1.6rem;
52}
53
54.author-as-h2 .authorTitle {
55 font-size: 1rem;
56 line-height: 1.3rem;
57}
58
59.authorBlogPostCount {
60 background: var(--ifm-color-secondary);
61 color: var(--ifm-color-black);
62 font-size: 0.8rem;
63 line-height: 1.2;
64 border-radius: var(--ifm-global-radius);
65 padding: 0.1rem 0.4rem;
66 margin-left: 0.3rem;
67}
68