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:
authorJleopore <Jleopore@DESKTOP-4VP2HMN>2020-06-07 17:35:50 +0300
committerFabien <vaga@users.noreply.github.com>2020-06-08 17:26:18 +0300
commitb5ab22f0bed879040d68a556f73f99fb45653875 (patch)
treeb64a45ef400faa157754e7a98891d9d6ab3a0b1f
parent8c58c64e190edc6d1f124869faf7b68d7b9b72f9 (diff)
Fix css typo in icon styling
-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 207d421..1af7c1b 100644
--- a/assets/css/components/_icon.scss
+++ b/assets/css/components/_icon.scss
@@ -1,5 +1,5 @@
.icon {
- display: block-inline;
+ display: inline-block;
width: 1em;
height: 1em;
vertical-align: -0.125em;