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

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/partials/components/_post.scss')
-rw-r--r--assets/scss/partials/components/_post.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/scss/partials/components/_post.scss b/assets/scss/partials/components/_post.scss
index df4cc35..ad04585 100644
--- a/assets/scss/partials/components/_post.scss
+++ b/assets/scss/partials/components/_post.scss
@@ -130,7 +130,6 @@
ol {
line-height: 1.9em;
font-weight: 400;
- font-size: 1.4rem;
}
img {
@@ -185,7 +184,6 @@
}
&__footer {
- font-size: 1.2rem;
padding: 12px 0;
@include themed() {
@@ -193,10 +191,13 @@
}
&-date {
+ font-size: 1.4rem;
+
@include ltr {
margin-right: 10px;
margin-left: 5px;
}
+
@include rtl {
margin-left: 10px;
margin-right: 5px;