/* Fix unsized SVG icons in header sidebar */
.mobile-menu-social-media .my-svg,
.offcanvas-body svg.my-svg,
svg.my-svg {
    width: 20px !important;
    height: 20px !important;
}


