Skip to content

Commit 364da53

Browse files
committed
Fix the layout in launch-card
Removed the unwanted bad layout conditions in xl and above displays Signed-off-by: OmBiradar <ombiradar04@gmail.com>
1 parent ee9f321 commit 364da53

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
@@ -479,15 +479,8 @@ body.docs-portal {
479479
row-gap: 1rem;
480480
column-gap: 1rem;
481481
.launch-card {
482-
.card-content {
483-
width: fit-content;
484-
flex-grow: initial;
485-
}
486482
max-width: calc(min(80vw, 40em));
487483
padding: 0.75rem;
488-
> .card-content button {
489-
align-self: flex-end;
490-
}
491484
}
492485
}
493486
@media (max-width: 60rem) {

0 commit comments

Comments
 (0)