wp_back/wp-content/plugins/visual-portfolio/gutenberg/block/style.scss
2024-05-20 15:37:46 +03:00

8 lines
92 B
SCSS

// Block preview example.
.vpf-example-preview {
img {
width: 100%;
height: auto;
}
}