Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@intracto.com>2018-12-20 00:21:21 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-11 21:27:14 +0300
commit5ed2c4bf5961bebf1f63422830394d4eb732be01 (patch)
tree41d968a99ad42ad6f86b3105e90a05ffd7065f7e /README.md
parentf162a6c54d036eb9b0df22ff2c59ed531b813215 (diff)
Increase base font size to 1.25rem and factor to 10
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9a28049..4b0bb3c 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ lose the ability to easily and quickly manage and update RFS as a dependency.
@media (max-width: 1200px) {
.title {
- font-size: calc(1.6rem + 3.2vw);
+ font-size: calc(1.525rem + 3.3vw);
}
}
```
@@ -96,7 +96,7 @@ lose the ability to easily and quickly manage and update RFS as a dependency.
The option will prevent the font size from becoming too small on smaller screens. If the font size which is passed to RFS is smaller than this base font size, no fluid font rescaling will take place.
-* Default value: `1rem`
+* Default value: `1.25rem`
### Font size unit <sub><sup>(`px` or `rem`)</sup></sub>
@@ -138,7 +138,7 @@ The width of the max width in the media query will be rendered in this unit.
This value determines the strength of font size resizing. The higher the factor, the less difference there is between font sizes on small screens. The lower the factor, the less influence RFS has, which results in bigger font sizes for small screens. The factor must me greater than 1, setting it to 1 will disable dynamic rescaling.
-* Default value: `5`
+* Default value: `10`
### Two dimensional <sub><sup>(boolean)</sup></sub>