diff --git a/assets/styles/theme/_uswds-theme-custom-styles.scss b/assets/styles/theme/_uswds-theme-custom-styles.scss index 27ec6db0ab..0cfe666be4 100644 --- a/assets/styles/theme/_uswds-theme-custom-styles.scss +++ b/assets/styles/theme/_uswds-theme-custom-styles.scss @@ -62,4 +62,11 @@ i.e. @include at-media($theme-header-min-width) { bottom: 6rem; } +} + +.usa-social-link-a11y > img { + display: block; + margin: 0 auto; + width: 65%; + transform: translate(0, 25%); } \ No newline at end of file diff --git a/components/Accordion.vue b/components/Accordion.vue index f5d7437f7b..0b1fe3c852 100644 --- a/components/Accordion.vue +++ b/components/Accordion.vue @@ -1,6 +1,7 @@