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:04:09 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-08 22:04:09 +0300
commit2545d2a26a581c5e231a308261ff0e20479ee55a (patch)
treeb630f792936610ba3668493dc13838102dc06155
parentd516f927a5234713fd3860fcab397ac9b07cb45c (diff)
Make slight change in title description size
-rw-r--r--postcss/src/style.min.css2
-rw-r--r--static/css/style.min.css6
2 files changed, 4 insertions, 4 deletions
diff --git a/postcss/src/style.min.css b/postcss/src/style.min.css
index 1bae738..414c518 100644
--- a/postcss/src/style.min.css
+++ b/postcss/src/style.min.css
@@ -34,7 +34,7 @@ h1,h2,h3,h4,h5,h6 {color: $headlineTextColor;}
}
.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;}
+.header span.title-description {font-size: responsive 14px 18px;}
a.navbar-link, a.post-title-link{font-weight:700;}
code {color: $codeTextColor;}
a {color: $linkTextColor;}
diff --git a/static/css/style.min.css b/static/css/style.min.css
index 5b484b8..cf5419f 100644
--- a/static/css/style.min.css
+++ b/static/css/style.min.css
@@ -51,13 +51,13 @@ h1,h2,h3,h4,h5,h6 {color: #676767;}
.header a.title { font-size: 34px;
}
}
-.header span.title-description {font-size: calc(15px + 4 * ((100vw - 420px) / 860));}
+.header span.title-description {font-size: calc(14px + 4 * ((100vw - 420px) / 860));}
@media screen and (min-width: 1280px) {
- .header span.title-description { font-size: 19px;
+ .header span.title-description { font-size: 18px;
}
}
@media screen and (max-width: 420px) {
- .header span.title-description { font-size: 15px;
+ .header span.title-description { font-size: 14px;
}
}
a.navbar-link, a.post-title-link{font-weight:700;}