diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2021-06-03 16:44:44 +0200 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2021-06-03 16:44:44 +0200 |
commit | c98ed107ff950e4310c16de50da05ff4e4a0b4fb (patch) | |
tree | a06eee1175ca3d4c742f79375911a75067da90f0 | |
parent | 6278ddbb18cb83486b9d8c83270dd7e0f076c3d5 (diff) |
scss: smaller background image
-rw-r--r-- | static/scss/ferme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/scss/ferme.scss b/static/scss/ferme.scss index 63eef62..0c3d151 100644 --- a/static/scss/ferme.scss +++ b/static/scss/ferme.scss @@ -21,7 +21,7 @@ $ferme-people-img-size: 160px; $ferme-people-img-size-mobile: 80px; $ferme-banner-min-height: 250px; $ferme-banner-height: 100%; -$ferme-banner-height-mobile: 350px; +$ferme-banner-height-mobile: 300px; $ferme-banner-img-src: url("../img/vaches-chaussitre.jpg"); $ferme-map-height: 350px; |