Skip to content

Commit 2368087

Browse files
authored
Merge pull request #54951 from OmBiradar/fix-launch-card-layout
Fix the layout in launch-card
2 parents 87a082a + 364da53 commit 2368087

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

assets/scss/_documentation.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -498,15 +498,8 @@ body.docs-portal {
498498
row-gap: 1rem;
499499
column-gap: 1rem;
500500
.launch-card {
501-
.card-content {
502-
width: fit-content;
503-
flex-grow: initial;
504-
}
505501
max-width: calc(min(80vw, 40em));
506502
padding: 0.75rem;
507-
> .card-content button {
508-
align-self: flex-end;
509-
}
510503
}
511504
}
512505
@media (max-width: 60rem) {

0 commit comments

Comments
 (0)