diff options
| -rw-r--r-- | sass/theme/_offer.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/theme/_offer.scss b/sass/theme/_offer.scss index 8a8e0f5..2753793 100644 --- a/sass/theme/_offer.scss +++ b/sass/theme/_offer.scss @@ -113,3 +113,8 @@ .mt-20 { margin-top: 20px; } +@media (max-width: 576px) { + .price-from { + margin-top: 0.5rem; + } +} |
