Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris3444 committed May 16, 2023
1 parent 1e3b923 commit 8f6abd2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.9",
"@angular/core": "^14.2.10",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^14.2.10",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^14.2.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div style="display: flex; justify-content:space-between;">
<mat-card [routerLink]="link" style="width: 90%;">
<mat-card [routerLink]="link" style="width: 90%;" >

<div class="content">
<p style="font-weight: bold;">{{"factor_preset."+this.factor_preset|translate}}</p>
<p class="name">{{ name }}</p>

<p class="emission">{{ emission.toFixed(2) }} kg CO²</p>


</div>

</mat-card>
<a mat-button (click)="selfdestroy()"><mat-icon class="mat-18">delete</mat-icon></a>
<a mat-icon-button (click)="selfdestroy()"><mat-icon class="mat-18">delete</mat-icon></a>
</div>

0 comments on commit 8f6abd2

Please sign in to comment.