Skip to content

Instantly share code, notes, and snippets.

@40thieves
Last active November 10, 2017 15:12
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 40thieves/d9bf88a4e5b21bacf3822102e425e558 to your computer and use it in GitHub Desktop.
Save 40thieves/d9bf88a4e5b21bacf3822102e425e558 to your computer and use it in GitHub Desktop.
.figure {
border: 1px solid $grey-light-medium;
padding: 10px;
background: $white;
}
.figure-img {
padding-bottom: 5px;
border: none;
}
.figure-caption {
font-size: 90%;
color: $grey-dark-lightest;
margin-left: auto;
margin-right: auto;
}
.figure--small .figure-img {
width: 75%;
}
.figure--small .figure-caption {
max-width: 42em;
}
.figure--xs-small .figure-img {
width: 50%;
}
.figure--xs-small .figure-caption {
max-width: 31em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment