fix(css): constrain gallery heading and pricing/contact sections to main container width #82
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user