diff --git a/styles/components/_list.scss b/styles/components/_list.scss index 9b582fb..fc8f74c 100644 --- a/styles/components/_list.scss +++ b/styles/components/_list.scss @@ -56,7 +56,7 @@ a { border-radius: 100%; box-shadow: inset 0 0 0 _size(border-width) _palette(border); - display: flex; + display: inline-flex; height: 2.25rem; line-height: 2.25rem; text-align: center; @@ -74,10 +74,10 @@ .fa-icon { font-size: 1rem; // Adjust the size of the icon as needed - display: inline-flex; // Use flex to center the icon - align-items: center; - justify-content: center; - height: 100%; + //display: inline-flex; // Use flex to center the icon + //align-items: center; + //justify-content: center; + //height: 100%; } } }