wp_back/wp-content/plugins/visual-portfolio/assets/css/theme-twentytwentytwo.scss

12 lines
246 B
SCSS
Raw Normal View History

2024-05-20 15:37:46 +03:00
// Fix headings margin.
.vp-portfolio__item-meta-title {
margin-top: 0;
}
// Fix top and bottom padding of main content in the popup iframe.
.vp-popup-iframe .wp-site-blocks > main {
padding-top: 80px;
padding-bottom: 80px;
margin-top: 0;
}