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:
-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;}