@deboxsoft/react-native-elements
Version:
React Native Elements & UI Toolkit
23 lines (19 loc) • 382 B
CSS
/* Custom CSS for Component pages */
/* Button */
.component-preview {
display: grid;
grid-template-columns: 1fr;
grid-row-gap: 30px;
grid-column-gap: 5px;
margin-bottom: 60px;
margin-top: 30px;
}
.component-preview figcaption,
.component-preview img {
width: 100%;
}
@media (min-width: 500px) {
.component-preview {
grid-template-columns: 1fr 1fr 1fr;
}
}