From 4a29a84e2ac6b8d614f156972df6fba9e9bdfd5e Mon Sep 17 00:00:00 2001 From: snaked2018 Date: Wed, 6 Sep 2023 13:13:59 +0800 Subject: [PATCH] update --- individual/frontend/s02/index.html | 3 +++ individual/frontend/s02/style.css | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/individual/frontend/s02/index.html b/individual/frontend/s02/index.html index 18b584e..3fab515 100644 --- a/individual/frontend/s02/index.html +++ b/individual/frontend/s02/index.html @@ -10,7 +10,10 @@

Ron Reciproco

+
+ + diff --git a/individual/frontend/s02/style.css b/individual/frontend/s02/style.css index 56dd207..fcdbe97 100644 --- a/individual/frontend/s02/style.css +++ b/individual/frontend/s02/style.css @@ -101,4 +101,11 @@ div { h1 { display: flex; justify-content: center; +} + +.shopify-app-block img { + margin-left: -20px; +} +.btn--full { + margin-top: 20px; } \ No newline at end of file