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:08:16 +0300
committerMatthew Rhone <matthew.rhone@outlook.com>2017-01-08 22:08:16 +0300
commit8dff539519ce0b95ddddfbc5bb328c72bcef3f44 (patch)
tree176c4e1a93950d148b58c7a970fe8755236f2fc6 /postcss
parent2545d2a26a581c5e231a308261ff0e20479ee55a (diff)
Make navigation font size responsive.
Diffstat (limited to 'postcss')
-rw-r--r--postcss/src/style.min.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/postcss/src/style.min.css b/postcss/src/style.min.css
index 414c518..ba64ccf 100644
--- a/postcss/src/style.min.css
+++ b/postcss/src/style.min.css
@@ -48,7 +48,7 @@ a {color: $linkTextColor;}
margin-bottom: 0; }
.navbar-link {
text-transform: uppercase;
- font-size: 14px;
+ font-size: responsive 12px 16px;
font-weight: 900;
letter-spacing: .2rem;
margin-right: 35px;