diff options
Diffstat (limited to 'sass/components')
| -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; |
