File tree Expand file tree Collapse file tree 1 file changed +9
-36
lines changed Expand file tree Collapse file tree 1 file changed +9
-36
lines changed Original file line number Diff line number Diff line change @@ -317,46 +317,19 @@ footer {
317
317
/* DOCS */
318
318
319
319
.launch-cards {
320
- padding : 0 ;
321
- .launch-card {
322
-
323
- padding : 0 ;
324
- display : flex ;
325
- flex-direction : column ;
326
- background-color : #DAEAf9 ;
327
- border :2px solid #99B7D3 ;
328
- border-radius : 8px ;
329
-
330
- h2 {
331
- text-align : center ;
332
- font-size : 1.75em ;
333
- padding : .5em ;
334
-
335
- a {
336
- display : none ;
337
- }
338
- }
339
-
340
- p {
341
- padding : .5em ;
342
- text-align : center ;
343
- }
344
-
345
- ul {
346
- list-style : disc ;
347
- color : #99B7D3 ;
348
- margin : 0 auto ;
349
- margin-block-end : auto ;
350
- }
351
-
352
320
button {
353
- height : min-content ;
354
- margin : 0 auto ;
355
- padding : .5em .75em ;
356
321
cursor : pointer ;
357
322
box-sizing : border-box ;
323
+ background : none ;
324
+ margin : 0 ;
325
+ border : 0 ;
326
+ }
327
+
328
+ ul ,
329
+ li {
330
+ list-style : none ;
331
+ padding-left : 0 ;
358
332
}
359
- }
360
333
}
361
334
362
335
// table of contents
You can’t perform that action at this time.
0 commit comments