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 22:01:10 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-08 22:01:10 +0300
commitd516f927a5234713fd3860fcab397ac9b07cb45c (patch)
tree3a40762a0d4565dd3abf585707f24cb48d48cc96 /postcss
parent7da890601ea9651f4f9b39e222feff8b47d846a6 (diff)
Kill static font size in header, make responsive.
Diffstat (limited to 'postcss')
-rw-r--r--postcss/src/style.min.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/postcss/src/style.min.css b/postcss/src/style.min.css
index 5c271fd..1bae738 100644
--- a/postcss/src/style.min.css
+++ b/postcss/src/style.min.css
@@ -33,6 +33,8 @@ h1,h2,h3,h4,h5,h6 {color: $headlineTextColor;}
opacity: 0.5;
}
.header, .tags {color:#fff;font-weight:700;}
+.header a.title {font-size: responsive 34px 38 px;}
+.header span.title-description {font-size: responsive 15px 19px;}
a.navbar-link, a.post-title-link{font-weight:700;}
code {color: $codeTextColor;}
a {color: $linkTextColor;}