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:
authorMatthew Rhone <matthew.rhone@outlook.com>2017-01-08 21:49:52 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-08 21:49:52 +0300
commit7da890601ea9651f4f9b39e222feff8b47d846a6 (patch)
treed6cbed4ec5fb30a527272739001a6f53d6b1e99f /postcss
parentf1fe5d299d75a163d31c9f2b8942dfd50dd6a545 (diff)
Start incorporating more rusksack font sizes, add meta properties for sites like facebook.
Diffstat (limited to 'postcss')
-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;
}