summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_post-list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_post-list.scss')
-rw-r--r--assets/css/components/_post-list.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss
index dc3eda6..03b5e7a 100644
--- a/assets/css/components/_post-list.scss
+++ b/assets/css/components/_post-list.scss
@@ -36,17 +36,5 @@
36 margin-top: .6rem; 36 margin-top: .6rem;
37 } 37 }
38 } 38 }
39
40 @include element('post-title') {
41 //font-size: 1 / 16 * 17em;
42 font-weight: normal;
43 }
44
45 @include element('post-date') {
46 flex: 0 0 auto;
47 transition: color .2s;
48 color: prop(--colors --meta --fg);
49 font-size: 1 / 16 * 14em;
50 }
51 } 39 }
52} 40}