From 1ef1cca861602f37adccc07a318b832d837a439b Mon Sep 17 00:00:00 2001 From: Alexey Kutalo Date: Tue, 16 Apr 2019 04:02:29 -0700 Subject: [PATCH] Fix styles error in Home.css --- src/routes/home/Home.css | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/routes/home/Home.css b/src/routes/home/Home.css index 953012774..d4e9a2500 100644 --- a/src/routes/home/Home.css +++ b/src/routes/home/Home.css @@ -28,22 +28,20 @@ font-size: 1.5rem; } -.newsDesc { - h1, - h2, - h3, - h4, - h5, - h6 { - font-size: 1.125rem; - } - - pre { - white-space: pre-wrap; - font-size: 0.875rem; - } - - img { - max-width: 100%; - } +.newsDesc h1, +.newsDesc h2, +.newsDesc h3, +.newsDesc h4, +.newsDesc h5, +.newsDesc h6 { + font-size: 1.125rem; +} + +.newsDesc pre { + white-space: pre-wrap; + font-size: 0.875rem; +} + +.newsDesc img { + max-width: 100%; }