Skip to content

Instantly share code, notes, and snippets.

@sergiu-radu
Created January 26, 2021 09:48
Show Gist options
  • Save sergiu-radu/47663dfaf63abca64e42f54f6b170a39 to your computer and use it in GitHub Desktop.
Save sergiu-radu/47663dfaf63abca64e42f54f6b170a39 to your computer and use it in GitHub Desktop.
Footer grid template columns (desktop view)
@media (min-width: 1000px) {
.ct-footer [data-row="middle"] > div {
--grid-template-colummns: 0.5fr 3fr 0.5fr !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment