Skip to content

Commit

Permalink
FancyStep has some responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 8, 2024
1 parent 538cded commit 5a62780
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/css/FancyStep.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
position: relative;
}

@media (max-width: 576px) {
.fancystep-leftcol::after {
display: none;
}
.fancystep-root {
flex-direction: column;
gap: 10px;
}
}

.fancystep-leftcol::after {
content: '';
background-color: var(--ifm-color-primary-light);
Expand Down

0 comments on commit 5a62780

Please sign in to comment.