Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit d51b36d

Browse files
committed
fix(contact): fix style feedback
1 parent 3506692 commit d51b36d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/app-contact/app-contact.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
h2 {
140140
padding-top: 1rem;
141141
margin-bottom: 2rem;
142-
font-weight: initial !important;
142+
font-weight: 300;
143143
}
144144

145145
button.btn-submit {

src/pages/app-contact/app-contact.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ export class AppContact {
126126
<div class="container">
127127
{!this.formSubmitted ? (
128128
<div class="row align-items-center">
129-
<div class="col-lg-6 col-sm-12 col-md-12">
129+
<div class="col-xl-6 col-lg-12 col-sm-12 col-md-12">
130130
<div class="letter-form">
131-
<h2 class="display-5 font-weight-bold">
131+
<h2 class="display-5">
132132
<app-translate keyword="contact.form.title" />
133133
</h2>
134134
<p class="lead">
@@ -204,7 +204,7 @@ export class AppContact {
204204
</form>
205205
</div>
206206
</div>
207-
<div class="col-lg-6 d-none d-lg-flex form-image-content">
207+
<div class="col-xl-6 d-none d-xl-flex form-image-content">
208208
<app-img src="/assets/contact/mailbox-graphic.png" alt="Mail Box graphic" />
209209
</div>
210210
</div>

0 commit comments

Comments
 (0)