diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 11e515c342..e3d98ad6ec 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -307,15 +307,21 @@ } .gallery-item-title { - display: inline-flex; - gap: var(--spacing-06); + * { + vertical-align: middle; + } h1 { + display: inline; margin: unset; } + h1:has(+ .gallery-item-title-badge-container) { + margin-right: var(--spacing-06); + } + .gallery-item-title-badge-container { - display: flex; + display: inline-flex; justify-content: center; align-items: center; gap: var(--spacing-04);