HEX
Server: nginx/1.18.0
System: Linux mail.dakarash.co.id 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /home/dakarash.co.id/public_html/plugins/visual-portfolio/assets/css/theme-twentytwentyone.scss
// Fix headings margin.
.entry-content .vp-portfolio__item-meta-title {
	margin-top: 0;
}

// Fix caption margin.
.vp-portfolio__item figcaption {
	margin-top: 0;
	margin-bottom: 0;
}

// Fix preview background color.
.vp-preview-body {
	background: none;
}

// Fix images size.
// https://github.com/WordPress/twentytwentyone/blob/trunk/inc/template-functions.php#L405-L447.
[data-vp-layout="tiles"] .vp-portfolio__item-img img,
[data-vp-masonry-images-aspect-ratio*=":"] .vp-portfolio__item-img img,
[data-vp-grid-images-aspect-ratio*=":"] .vp-portfolio__item-img img {
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
}