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

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'postcss/src/style.min.css')
-rw-r--r--postcss/src/style.min.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/postcss/src/style.min.css b/postcss/src/style.min.css
index cc03c74..5c271fd 100644
--- a/postcss/src/style.min.css
+++ b/postcss/src/style.min.css
@@ -59,8 +59,10 @@ a {color: $linkTextColor;}
}
.copyright{
lost-column: 12/12;
- font-size:small; color: $copyrightTextColor;
+ color: $copyrightTextColor;
}
+.copyright p {
+ font-size: responsive 12px 15px;}
.content-tags, .post-title {
lost-column: 7/12 0;
}
@@ -70,6 +72,7 @@ a {color: $linkTextColor;}
.pagination{
lost-column: 12/12;
text-align:center;
+ font-size: responsive 16px 19px;
}
.tags {
lost-column: 2/12;
@@ -86,13 +89,13 @@ color: $linkHoverColor;
text-decoration: underline;
}
p { margin-top: 5px;
-font-size: responsive;}
+font-size: responsive 16px 21px;}
.empty {
lost-column: 12/12;
}
.post-title-link {
font-weight: 700;
-font-size: 30px;
+font-size: responsive 30px 36px;;
color: $linkTextColor;
text-decoration: none;
}