Skip to content

Commit

Permalink
style(top): プロフィール画像の高さを固定
Browse files Browse the repository at this point in the history
  • Loading branch information
kasaharu committed Mar 10, 2021
1 parent bf8c110 commit a45554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/top/containers/top/top.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<app-page-title [title]="name"></app-page-title>

<div class="contents">
<img src="assets/images/profile.jpg" width="200" alt="" />
<img src="assets/images/profile.jpg" width="200" height="200" alt="" />

<ul class="information">
<li class="list-item" *ngFor="let myInfo of myInfoList">{{ myInfo }}</li>
Expand Down

0 comments on commit a45554d

Please sign in to comment.