Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save divienginesupport/2cefc2f57d14e98a07494831d0441b2f to your computer and use it in GitHub Desktop.
Save divienginesupport/2cefc2f57d14e98a07494831d0441b2f to your computer and use it in GitHub Desktop.
Multistep Horizontally Aligned on Mobile
@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