From ca005f88a3dd8dbbe9f84ab8f432d9e8a25f0881 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Thu, 7 May 2020 03:22:43 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0847cf2..1a63934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - **BREAKING CHANGE** Upgraded from jQuery 1.11.2 to 3.4.2. This should not affect most people. - Added `navbar-border-col` setting in the config file. - Add accessibility features where possible. -- Made the theme completely responsive by rewriting all CSS to use 'rem' instead of 'px. +- Made the theme completely responsive by rewriting all CSS to use 'rem' instead of 'px'. - Rewrite and simplify some JavaScript code to use CSS or Bootstrap alternatives that weren't available in 2015. - Remove most of the sample posts so that users only have two sample posts to learn from. - Improvements to the README instructions.