From 335484cccf2bf0dea39503ec4456b41f3785f70d Mon Sep 17 00:00:00 2001 From: Ruslan Ihnatenko Date: Sat, 21 Dec 2024 03:40:54 +0100 Subject: [PATCH] Changed placeholders values, added _blank state to addresses, --- src/index.html | 5 +++-- src/styles/blocks/icon.scss | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 9c7b1e3454..90ec6b408d 100644 --- a/src/index.html +++ b/src/index.html @@ -312,14 +312,14 @@

Contact us

@@ -346,6 +346,7 @@

Contact us

400 first ave.
suite 700
Minneapolis, MN 55401
diff --git a/src/styles/blocks/icon.scss b/src/styles/blocks/icon.scss index 8e31c1c7d3..6ef6304c53 100644 --- a/src/styles/blocks/icon.scss +++ b/src/styles/blocks/icon.scss @@ -22,12 +22,12 @@ line-height: 16px; font-weight: 700; color: $main-text-color; - font-family: "Inter", sans-serif; + font-family: Inter, sans-serif; letter-spacing: 2px; position: absolute; transform: translateX(-100%); - padding: 8px 8px 8px 0px; + padding: 8px 8px 8px 0; } } }