Skip to content

Instantly share code, notes, and snippets.

@Spellhammer
Created April 12, 2019 13:27
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 Spellhammer/5c6deef489deed21865f52215fd1425d to your computer and use it in GitHub Desktop.
Save Spellhammer/5c6deef489deed21865f52215fd1425d to your computer and use it in GitHub Desktop.
Flex Gallery last two images only 33.333% width
#_gallery-17-2 a:nth-last-child(1),
#_gallery-17-2 a:nth-last-child(2) {
max-width: calc(33.333% - 10px - 10px);
}
#_gallery-17-2 {
justify-content: flex-start;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment