Created
January 17, 2018 11:17
-
-
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.
This file contains 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 (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