File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 44
44
}
45
45
46
46
.resources-section .resources-container .resources-filters {
47
- display : inline-flex;
48
- gap : 0.25rem ;
49
- margin-bottom : 1.5rem ;
47
+ display : grid;
48
+ grid-auto-flow : column;
49
+ grid-auto-columns : max-content;
50
+ gap : 10px ;
51
+ margin : 1.5rem 0 ;
50
52
border-radius : 0.5rem ;
51
53
padding : 0.5rem ;
52
54
font-family : "Jakarta" , sans-serif;
53
55
font-size : 0.875rem ;
54
- font-weight : 600 ;
56
+ font-weight : 600 ;
57
+ scroll-behavior : smooth;
58
+ overflow-x : auto;
59
+ white-space : nowrap;
60
+ -ms-overflow-style : none;
61
+ scrollbar-width : none;
62
+ background-color : # 07574e73 ;
63
+ border : 1px solid # 666 ;
55
64
}
56
65
57
66
.bg-secondary-700 {
98
107
.resource {
99
108
text-decoration : none;
100
109
color : inherit;
110
+ border-radius : 0.5rem ;
111
+ box-shadow : 0 0 10px rgba (5 , 174 , 216 , 0.386 );
101
112
}
102
113
103
114
.resources-section
155
166
.resource-title {
156
167
font-weight : 600 ;
157
168
margin-bottom : 8px ;
169
+ padding : 0 0.5rem ;
158
170
}
159
171
160
172
.resources-section
163
175
.resources-grid
164
176
.resource-description {
165
177
line-height : 1.375 ;
178
+ padding : 0 0.5rem ;
166
179
}
167
180
168
181
.resources-section
180
193
.resources-grid
181
194
.resource-duration {
182
195
font-size : 14px ;
183
- color : # 666 ;
196
+ padding : 0.5rem ;
197
+ color : var (--ifm-color-primary );
184
198
}
185
199
186
200
.resources-section .resources-container .pagination {
187
201
display : flex;
188
202
justify-content : center;
189
203
gap : 1rem ;
204
+ margin-top : 2.5rem ;
190
205
}
191
206
192
207
.resources-section .resources-container .pagination .pagination-button {
You can’t perform that action at this time.
0 commit comments