Skip to content

Commit 25d7a85

Browse files
committed
changed cols from 5 to 6, to fill whole
1 parent 1e5afb6 commit 25d7a85

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/contact-page/contact-page.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ <h1>{{'contact-us.title' | translate}}</h1>
55
<div>
66
<p>{{'contact-us.description' | translate}}</p>
77
<div class="row text-left">
8-
<span class="col-5">{{'contact-us.form' | translate}} </span>
9-
<a [routerLink]="'/info/feedback'" class="col-5">{{'contact-us.feedback' | translate}}</a>
8+
<span class="col-6">{{'contact-us.form' | translate}} </span>
9+
<a [routerLink]="'/info/feedback'" class="col-6">{{'contact-us.feedback' | translate}}</a>
1010
</div>
1111
<div class="row text-left">
12-
<span class="col-5">{{'contact-us.email' | translate}}</span>
13-
<a *ngIf="emailToContact | async as email" [href]="'mailto:' + email" class="col-5">
12+
<span class="col-6">{{'contact-us.email' | translate}}</span>
13+
<a *ngIf="emailToContact | async as email" [href]="'mailto:' + email" class="col-6">
1414
{{ email }}
1515
</a>
1616
</div>

0 commit comments

Comments
 (0)