Skip to content

Instantly share code, notes, and snippets.

@sonichandni
Created February 7, 2020 07:53
Show Gist options
  • Save sonichandni/78609af77cfa79c5a5b97bfbb0346771 to your computer and use it in GitHub Desktop.
Save sonichandni/78609af77cfa79c5a5b97bfbb0346771 to your computer and use it in GitHub Desktop.
@media (min-width: 1200px){
.ad-col-xl-3 {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media (min-width: 992px){
.ad-col-lg-4 {
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 768px){
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment