Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien <vaga@users.noreply.github.com>2022-11-12 19:36:10 +0300
committerGitHub <noreply@github.com>2022-11-12 19:36:10 +0300
commit2ae407d845aa02cf70dbec6ce33300cda2b4a4ca (patch)
tree20af63bb890b3cf4ab098e9bf450992edf9fdaff /assets/css/components/_icon.scss
parent871d3f20470796118d2367c3eab64b190e40c080 (diff)
use flex instead of inline to space blocksHEADmaster
Diffstat (limited to 'assets/css/components/_icon.scss')
-rw-r--r--assets/css/components/_icon.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_icon.scss b/assets/css/components/_icon.scss
index 1af7c1b..20178aa 100644
--- a/assets/css/components/_icon.scss
+++ b/assets/css/components/_icon.scss
@@ -2,5 +2,5 @@
display: inline-block;
width: 1em;
height: 1em;
- vertical-align: -0.125em;
+ margin-top: -0.125em;
}