diff --git a/tmp/questionaire/previews-gallery-improved.html b/tmp/questionaire/previews-gallery-improved.html
index ac4f63637..30dd53c05 100644
--- a/tmp/questionaire/previews-gallery-improved.html
+++ b/tmp/questionaire/previews-gallery-improved.html
@@ -984,7 +984,9 @@ Array.prototype.forEach.call(document.querySelectorAll('.scaler'), function (sca
style = doc.createElement('style');
style.setAttribute('data-experiment', 'preview-25-type-tuning');
style.textContent = [
- '#picker-form .picker-preview-type--experience .ps-desktop .ps-index-note { line-height: 1.33 !important; }',
+ '#picker-form .picker-preview-type--experience .ps-desktop .ps-index-cap { gap: 0 !important; }',
+ '#picker-form .picker-preview-type--experience .ps-desktop .ps-index-avatar { margin-bottom: 10px !important; }',
+ '#picker-form .picker-preview-type--experience .ps-desktop .ps-index-note { line-height: 1.33 !important; margin-top: 2px !important; }',
'#picker-form .picker-preview-type--experience .ps-desktop .ps-index-title { font-size: 20px !important; }',
'#picker-form .picker-preview-type--experience .ps-phone :is(.ps-nav-tail, .ps-index-meta) { display: none !important; }',
].join('\n');
@@ -996,5 +998,109 @@ Array.prototype.forEach.call(document.querySelectorAll('.scaler'), function (sca
apply();
})();
+
+
+
+
+