File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments