From dba2956f4fce5f75511beeb794c0c3b7fee502af Mon Sep 17 00:00:00 2001 From: iamflorencejay Date: Wed, 19 May 2021 14:27:21 +0800 Subject: [PATCH] added stylesheet changes --- web/scss/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scss/_layout.scss b/web/scss/_layout.scss index 17abb37f..0ddd6a41 100644 --- a/web/scss/_layout.scss +++ b/web/scss/_layout.scss @@ -192,7 +192,7 @@ input::placeholder { .button--apple-store { @include hide-text; width: 10rem; height: 4rem; - + margin-top: 1.3rem; background-image: url("../img/apple-store-badge.svg"); background-position: center; background-repeat: no-repeat;