Skip to content

Instantly share code, notes, and snippets.

@SiGaCode
Created January 17, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiGaCode/4f9605e3b94107dd44a2a71e60bc4d31 to your computer and use it in GitHub Desktop.
Save SiGaCode/4f9605e3b94107dd44a2a71e60bc4d31 to your computer and use it in GitHub Desktop.
Make all the columns have the same max-width on mobiles for consistency.
@media (max-width: 768px) {
.fl-col {
max-width: 500px; /* choose whatever max-width you want */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment