From 539743ce3b5362d37a26ebff4abe66eb87f2f911 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Fri, 4 Aug 2023 14:40:14 +0000 Subject: [PATCH] refined social icon flex setup. --- assets/css/main.scss | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index a54ac0e..6427d49 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -925,24 +925,20 @@ cursor: default; list-style: none; padding-left: 0; + font-size: 1.25em; li { - padding: 0.6em; - - &:last-child { - padding-right: 0 !important; - } - - .icon { - &:before { - font-size: 1.25em; - } - } + padding: 0.5em; } } - .xxx-large { - font-size: xxx-large; + .large-icons { + ul.icons { + font-size: xxx-large; + li { + padding: 0.4em; + } + } } /* Table */