diff --git a/app/assets/stylesheets/footer.scss b/app/assets/stylesheets/footer.scss index 73a391c4e5..ce83115c7e 100644 --- a/app/assets/stylesheets/footer.scss +++ b/app/assets/stylesheets/footer.scss @@ -28,10 +28,15 @@ .footer-social-icon { width: 28px; + + @media (max-width: 576px) { + width: 24px; // Adjust the size for small screens + } } + .footer-social-icons-row { - column-gap: 5px; + column-gap: 2px; margin: inherit; } @@ -124,4 +129,4 @@ .bounce-out-on-hover::after { content: ''; width: 10px; -} +} \ No newline at end of file diff --git a/app/component/footer_component.html.erb b/app/component/footer_component.html.erb index 719248a1bc..07318aa7bb 100644 --- a/app/component/footer_component.html.erb +++ b/app/component/footer_component.html.erb @@ -10,9 +10,11 @@