From 453601e9bdea8738bb37b1923a7cef37fd833dd3 Mon Sep 17 00:00:00 2001 From: mosn <5232329+mosn@users.noreply.github.com> Date: Sun, 21 Jul 2019 20:46:31 +0200 Subject: [PATCH] Fix missing whitespace in CHANGELOG (#161) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b457fd50..2087d399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -928,7 +928,7 @@ Another focus was the handling of exceptional & special states like [empty state ### Media Query Generator -To simplify the usage of [media queries][mdn-mq] with [styled-components][gh-51], a utility function to generate [media templates][stc-docs-mqt]has been implemented. It uses the `min-width` parameter to fulfill the used _mobile-first_ approach. The base size that is used has been implemented as theme property in [#54][gh-55-diff-r49]. +To simplify the usage of [media queries][mdn-mq] with [styled-components][gh-51], a utility function to generate [media templates][stc-docs-mqt] has been implemented. It uses the `min-width` parameter to fulfill the used _mobile-first_ approach. The base size that is used has been implemented as theme property in [#54][gh-55-diff-r49]. ### Initial Media Queries