File tree Expand file tree Collapse file tree 1 file changed +6
-40
lines changed
docs/.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +6
-40
lines changed Original file line number Diff line number Diff line change @@ -12,47 +12,13 @@ const { frontmatter } = useData()
12
12
</template >
13
13
14
14
<style scoped>
15
- .sponsor-container {
16
- --max-width : 100% ;
17
- display : grid ;
18
- grid-template-columns : repeat (auto-fill , minmax (var (--max-width ), 1fr ));
19
- column-gap : 4px ;
20
- }
21
-
22
- .sponsor-item {
23
- margin : 2px 0 ;
24
- padding : 10px 6px ;
25
- display : block ;
26
- border-radius : 2px ;
15
+ a .sponsors-aside-text {
27
16
color : rgba (60 , 60 , 60 , 0.5 );
28
- background-color : #f6f6f6 ;
29
- }
30
-
31
- .sponsor-item-img {
32
- display : flex ;
33
- justify-content : space-around ;
34
- align-items : center ;
35
- }
36
-
37
- .sponsor-item img {
38
- max-width : calc (var (--max-width ) - 30px );
39
- max-height : calc (var (--max-width ) / 2 - 20px );
40
- }
41
- .sponsor-item-description {
42
- text-align : center ;
43
- font-size : 13px ;
44
- color : rgb (74 , 74 , 74 );
45
- }
46
-
47
- .sponsor-item-action {
48
- margin : 2px 0 ;
49
- display : flex ;
50
- justify-content : space-around ;
51
- align-items : center ;
52
- border-radius : 2px ;
53
- height : 30px ;
17
+ display : block ;
18
+ margin : 3em 0 1em ;
19
+ font-weight : 700 ;
54
20
font-size : 11px ;
55
- color : rgba ( 60 , 60 , 60 , 0.5 ) ;
56
- background-color : #f6f6f6 ;
21
+ text-transform : uppercase ;
22
+ letter-spacing : 0.4 px ;
57
23
}
58
24
</style >
You can’t perform that action at this time.
0 commit comments