X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fcomponents%2F_icons.scss;h=d2a02cba7371b927ee03ffd3e6196fcec10ce019;hb=84032966f14fb3c9269b570b1d4fc16452c601c4;hp=1985d4cf262a56423be777008f91f05dbf591a1c;hpb=26ee5f4dbc5cde34e98565bae169e995ecc13781;p=theme-danix.xyz.git diff --git a/assets/sass/components/_icons.scss b/assets/sass/components/_icons.scss index 1985d4c..d2a02cb 100644 --- a/assets/sass/components/_icons.scss +++ b/assets/sass/components/_icons.scss @@ -54,6 +54,14 @@ @include breakpoint('<=small') { li { padding: 0 0.75em 0 0; + a { + span.inline-svg { + svg { + width: 3rem; + height: 3rem; + } + } + } } } } @@ -94,6 +102,7 @@ cursor: default; list-style: none; padding-left: 0; + text-align: center !important; li { display: inline-block; @@ -132,4 +141,13 @@ } } } + } + + span.inline-svg { + &.small { + svg { + height: 1em; + width: auto; + } + } } \ No newline at end of file