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:
Diffstat (limited to 'assets/css/components/_post.scss')
-rw-r--r--assets/css/components/_post.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/assets/css/components/_post.scss b/assets/css/components/_post.scss
index 8dd8102..c10cb8c 100644
--- a/assets/css/components/_post.scss
+++ b/assets/css/components/_post.scss
@@ -2,6 +2,16 @@
color: $lightest-color;
}
+.post-meta > div {
+ display: flex;
+ align-items: center;
+ font-size: 0.8em;
+
+ > .icon {
+ margin-right: 0.4em;
+ }
+}
+
.post-content {
& > pre,
.highlight {
@@ -30,7 +40,3 @@
max-width: 100%;
}
}
-
-.post-meta {
- font-size: 0.8em;
-}