summaryrefslogtreecommitdiff
path: root/sass/components
diff options
context:
space:
mode:
authorArne Rief <arne.rief@gmail.com>2023-03-09 17:18:33 +0100
committerArne Rief <arne.rief@gmail.com>2023-03-09 17:18:33 +0100
commitb2438296c9be5820f1cfccb2623a7f66566b82b1 (patch)
treef6e096dcbde437e8ce33c695ce579a7f9cb2181f /sass/components
parent1ad5e88a5707cec7bce6a1b593b808a5371704e3 (diff)
Favicon & phone optimization
Diffstat (limited to 'sass/components')
-rw-r--r--sass/components/_text-container.scss4
1 files changed, 4 insertions, 0 deletions
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;