Skip to content

Commit

Permalink
Changed placeholders values, added _blank state to addresses,
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ihnatenko committed Dec 21, 2024
1 parent 747a142 commit 335484c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ <h2 class="section-title">Contact us</h2>
<input
type="email"
class="contact-us__input"
placeholder="Email"
placeholder="[email protected]"
required
>
<textarea
name="Message"
id="Message"
class="contact-us__input contact-us__input--message"
placeholder="Message"
placeholder="Your message"
required
></textarea>
<button type="submit" class="button contact-us__button">Send</button>
Expand All @@ -346,6 +346,7 @@ <h2 class="section-title">Contact us</h2>
<a
href="https://maps.app.goo.gl/7rhnNTHApdY5cbBr7"
class="contact-us__link"
target="_blank"
>400 first ave.<br>suite 700<br>Minneapolis, MN 55401</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/styles/blocks/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 335484c

Please sign in to comment.