fix(css): constrain gallery heading and pricing/contact sections to main container width #82

Merged
greggy merged 4 commits from feature/gallery-and-section-containers into main 2026-06-14 16:50:01 +02:00
Showing only changes of commit f75ad996ae - Show all commits

View File

@@ -1747,7 +1747,9 @@ nav:not(.scrolled) .locale-switcher__trigger:focus-visible {
color: var(--accent);
text-decoration: none;
border-bottom: 1px solid rgb(139 105 20 / 25%);
transition: border-color 0.2s, color 0.2s;
transition:
border-color 0.2s,
color 0.2s;
}
.legal-page a:hover {
@@ -1771,7 +1773,9 @@ nav:not(.scrolled) .locale-switcher__trigger:focus-visible {
color: var(--accent);
border-bottom: 1px solid var(--accent);
padding-bottom: 2px;
transition: color 0.2s, border-color 0.2s;
transition:
color 0.2s,
border-color 0.2s;
}
.legal-back:hover {