Created
July 6, 2022 16:15
-
-
Save divienginesupport/2cefc2f57d14e98a07494831d0441b2f to your computer and use it in GitHub Desktop.
Multistep Horizontally Aligned on Mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media only screen and (max-width: 768px) { | |
ul#progressbar { | |
display: flex; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment