From b2438296c9be5820f1cfccb2623a7f66566b82b1 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Thu, 9 Mar 2023 17:18:33 +0100 Subject: Favicon & phone optimization --- sass/components/_text-container.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sass/components') diff --git a/sass/components/_text-container.scss b/sass/components/_text-container.scss index 6cd1457..ea3a2fc 100644 --- a/sass/components/_text-container.scss +++ b/sass/components/_text-container.scss @@ -14,6 +14,10 @@ width: auto; } + @include responsive(phone) { + padding: 1rem; + } + // margin between paragraphs but not below the last paragraph & p:not(:last-child) { margin-bottom: 1.5rem; -- cgit v1.2.3