File tree Expand file tree Collapse file tree 6 files changed +244
-112
lines changed Expand file tree Collapse file tree 6 files changed +244
-112
lines changed Original file line number Diff line number Diff line change 21
21
box-shadow : 0 5px 4px 0 rgba (0 0 0 / 18% ) inset;
22
22
}
23
23
24
- @media (prefers-reduced-motion : reduce) {
25
- .button-hero {
26
- transition : none;
27
- }
28
- }
29
-
30
24
.brand-border-button {
31
25
background-image : var (--gradient-brand );
32
26
border-radius : 8rem ;
70
64
}
71
65
72
66
@media (prefers-reduced-motion : reduce) {
73
- .brand-border-button : hover {
74
- color : var (--primary-p400 );
75
- }
76
-
77
- .brand-border-button : hover svg path {
78
- stroke : var (--primary );
79
- }
80
-
81
- .brand-border-button : hover span {
82
- background : # fff ;
83
- color : var (--primary-p400 );
67
+ .brand-border-button ,
68
+ .brand-border-button svg path ,
69
+ .brand-border-button span ,
70
+ .button-hero {
71
+ transition : none;
84
72
}
85
73
}
Original file line number Diff line number Diff line change 29
29
.text-h5 ,
30
30
.text-h6 {
31
31
line-height : 120% ;
32
- margin-bottom : 0.3rem ; /* 5px */
32
+ margin-block-end : 0.5rem ;
33
+ margin-block-start : 0.5rem ;
33
34
}
34
35
35
36
h1 ,
107
108
p ,
108
109
a ,
109
110
.base {
110
- margin-top : 0 ;
111
- margin-bottom : 0 ;
112
111
font-size : 1rem ; /* 16px */
113
112
line-height : 130% ;
114
113
letter-spacing : 0 ;
Original file line number Diff line number Diff line change
1
+ .information-container {
2
+ display : grid;
3
+ grid-template-columns : repeat (auto-fill, minmax (350px , 1fr ));
4
+ background-color : inherit;
5
+ gap : 2rem ;
6
+ }
7
+
8
+ .news ,
9
+ .packages ,
10
+ .about-bioconductor {
11
+ max-width : 24rem ;
12
+ min-width : 24rem ;
13
+ padding : 2rem ;
14
+ border-radius : 0.5rem ;
15
+ background-color : white;
16
+ display : flex;
17
+ flex-direction : column;
18
+ justify-content : space-between;
19
+ }
20
+
21
+ .information-container section * {
22
+ text-align : start;
23
+ }
24
+
25
+ .news p {
26
+ border-left : 3px solid;
27
+ border-color : var (--primary );
28
+ padding-left : 12px ;
29
+ margin-top : 6px ;
30
+ margin-bottom : 6px ;
31
+ }
32
+
33
+ .info-section-button-padding {
34
+ width : fit-content;
35
+ }
36
+
37
+ .info-section-button-padding .brand-border-button {
38
+ height : 2.5rem ;
39
+ }
40
+
1
41
.learn-gradient {
2
42
background-image : var (--gradient-brand );
3
43
border-radius : 4px ;
92
132
.button-padding {
93
133
width : 60% ;
94
134
}
135
+
136
+ .information-container {
137
+ display : flex;
138
+ flex-direction : column;
139
+ align-items : center;
140
+ }
95
141
}
96
142
97
143
@media (prefers-reduced-motion : reduce) {
You can’t perform that action at this time.
0 commit comments