Skip to content

Instantly share code, notes, and snippets.

@phloe
Last active December 27, 2017 22:23
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 phloe/86255fe8670d3b2bb77a5137316a09eb to your computer and use it in GitHub Desktop.
Save phloe/86255fe8670d3b2bb77a5137316a09eb to your computer and use it in GitHub Desktop.
@media (min-width: 768px) {
.dredition .dredition-desktop-style-100-40 .dredition-item-image, .dredition .dredition-desktop-style-50-40 .dredition-item-image, .dredition .dredition-desktop-style-33-40 .dredition-item-image, .dredition .dredition-desktop-style-66-40 .dredition-item-image {
min-width: 200px;
flex: 1 0 calc((0.38197 * 100%) - 20px);
}
.dredition .dredition-item .dredition-item-header {
flex: 1 0 calc((0.61803 * 100%) - 20px);
}
}
@media (min-width: 768px) {
.dredition .dredition-items .dredition-desktop-style-100-40:first-child h2, .dredition .dredition-items .dredition-desktop-style-66-100:first-child h2, .dredition .dredition-items .dredition-desktop-style-100-100:first-child h2 {
font-size: calc(((100vw - 340px) / 620) * 42);
line-height: calc(((100vw - 340px) / 620) * 48);
}
}
@media (min-width: 960px) {
.dredition .dredition-items .dredition-desktop-style-100-40:first-child h2, .dredition .dredition-items .dredition-desktop-style-66-100:first-child h2, .dredition .dredition-items .dredition-desktop-style-100-100:first-child h2 {
font-size: 2.625rem;
line-height: 3rem;
}
}
.dredition-item-inner {
margin: -5px -10px !important;
display: flex !important;
flex-flow: row wrap !important;
}
.dredition-item-inner > * {
margin: 5px 10px !important;
}
.dredition-item-inner > .dredition-item-header {
flex: 1 1 0;
}
.dredition-item-inner > .dredition-item-image {
flex: 0 0 auto;
min-width: 0;
}
::-webkit-scrollbar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment