Skip to content

Commit 5c3dcc3

Browse files
committed
Improve footer link accessibility by adding minimum touch target size
- Added `min-width` to ensure clickable links meet accessibility standards.
1 parent 91807e7 commit 5c3dcc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/css/layout/_footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ footer p, footer a, footer .fa, footer i, footer li, footer svg, footer h6 {
1919
footer p > a {
2020
display: inline-flex;
2121
align-items: center;
22+
min-width: 44px;
2223
min-height: 44px;
2324
}
2425

0 commit comments

Comments
 (0)