Fix mobile focus accent

This commit is contained in:
2026-03-22 19:21:45 +01:00
parent 03a293e6d3
commit 8594a7cfad

View File

@@ -771,6 +771,12 @@ button {
width: 77px; width: 77px;
} }
.section-head__accent--focus {
top: calc(100% - 18px);
left: calc(100% - 48px);
width: 72px;
}
.section-head__accent--work { .section-head__accent--work {
top: -2.4rem; top: -2.4rem;
left: -0.35rem; left: -0.35rem;