Skip to content

Instantly share code, notes, and snippets.

@KaiserEMP
Last active January 29, 2018 11:57
Show Gist options
  • Select an option

  • Save KaiserEMP/e91be9f3d696de3299ed7731b18561dc to your computer and use it in GitHub Desktop.

Select an option

Save KaiserEMP/e91be9f3d696de3299ed7731b18561dc to your computer and use it in GitHub Desktop.
&.shape-circle {
.eda-module-bg-wrap {
border-radius: 50%;
padding-top: 100%;
position: relative;
.eda-module-custom-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
padding: 0 50px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment