From f5ea59e57c74a84cd449f155c1065ea5e1d751ec Mon Sep 17 00:00:00 2001 From: purushottam-gupta <68910707+purushottam-gupta@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:03:19 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6038a38..9cdf814 100755 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ html { font-size: 16px; line-height: 1.5; } -@media (min-width: 38em) { +@media (min-width: 38em) {\\ !em = 16px html { font-size: 20px; } From 793a2fc2f024056e3aa420856e05138534da1936 Mon Sep 17 00:00:00 2001 From: purushottam-gupta <68910707+purushottam-gupta@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:04:43 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cdf814..d5081b7 100755 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ html { font-size: 16px; line-height: 1.5; } -@media (min-width: 38em) {\\ !em = 16px +@media (min-width: 38em) {/* 1em = 16px */ html { font-size: 20px; }