diff options
| author | Arne Rief <arne.rief@gmail.com> | 2023-03-09 17:18:33 +0100 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2023-03-09 17:18:33 +0100 |
| commit | b2438296c9be5820f1cfccb2623a7f66566b82b1 (patch) | |
| tree | f6e096dcbde437e8ce33c695ce579a7f9cb2181f /sass/components/_text-container.scss | |
| parent | 1ad5e88a5707cec7bce6a1b593b808a5371704e3 (diff) | |
Favicon & phone optimization
Diffstat (limited to 'sass/components/_text-container.scss')
| -rw-r--r-- | sass/components/_text-container.scss | 4 |
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; |
