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 dbf0dd2854..eef11d0c2f 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -336,12 +336,20 @@ .template-details-container { @include heading-xs; - gap: var(--spacing-04) var(--spacing-11); - display: grid; - grid-template-columns: auto auto; + @include media-breakpoint-up(lg) { + gap: var(--spacing-04) var(--spacing-11); + display: grid; + grid-template-columns: auto auto; + } .template-detail { - display: contents; + @include media-breakpoint-down(lg) { + margin-bottom: var(--spacing-06); + } + + @include media-breakpoint-up(lg) { + display: contents; + } div:first-child { white-space: nowrap;