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

Commit b76efd3

Browse files
committed
refactor: fix conflcits after revert
1 parent 96725f8 commit b76efd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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-xl-6 col-lg-12 col-sm-12 col-md-12">
129+
<div class="col-lg-6 col-sm-12 col-md-12">
130130
<div class="letter-form">
131-
<h2 class="display-5">
131+
<h2 class="display-5 font-weight-bold">
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-xl-6 d-none d-xl-flex form-image-content">
207+
<div class="col-lg-6 d-none d-lg-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)