Skip to content

Commit

Permalink
update spacing for links in institutional footer for accessibility
Browse files Browse the repository at this point in the history
poojagunturu96 committed Nov 13, 2023
1 parent ea3722f commit 7b4887d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/components/_midd-footer.scss
Original file line number Diff line number Diff line change
@@ -29,8 +29,8 @@
color: $white;
font-size: $typescale-2;
display: block;
padding-top: $spacing-1;
padding-bottom: $spacing-1;
padding-top: rem(12);
padding-bottom: rem(12);
white-space: nowrap;

@include breakpoint(lg) {
@@ -86,8 +86,8 @@

.midd-footer__link {
@include breakpoint(lg) {
padding-top: $spacing-1;
padding-bottom: $spacing-1;
padding-top: rem(12);
padding-bottom: rem(12);
}

@include breakpoint(xl) {

0 comments on commit 7b4887d

Please sign in to comment.