summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorMaximilian Möhring2021-01-13 19:00:43 +0100
committerMaximilian Möhring2021-01-13 19:00:43 +0100
commitbf1722820105aac179beaecf5fc4098e2c954e51 (patch)
treec40a3c2bf4978eba791523b146ea2a926a89c3ad /sass
parentece168b02c73104ef67a6b7f6cba253cdfb4152b (diff)
downloadfuselkoenig_de-bf1722820105aac179beaecf5fc4098e2c954e51.tar.gz
Minor design improvement for angebote.fuselkoenig.de.
Diffstat (limited to 'sass')
-rw-r--r--sass/theme/_offer.scss5
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;
+ }
+}