From b4207cce477c134e10cabf60c0fd3ea954a31c08 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 22 Jul 2020 18:32:22 +0200 Subject: [PATCH] Blender Cloud: Fix responsive issues on blog. --- src/styles/blog.sass | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles/blog.sass b/src/styles/blog.sass index a976c3ce..ae77f8fe 100644 --- a/src/styles/blog.sass +++ b/src/styles/blog.sass @@ -55,6 +55,15 @@ $pillar-font-path: "../../../../static/pillar/assets/font" @import _notifications body.blog + +media-xs + .comments-tree, + .node-details-description + padding-left: $spacer + padding-right: $spacer + + .lead + font-size: initial + .node-details-description font: size: 1.3em