Skip to content

Commit

Permalink
追加訂正2、メンバー詳細モーダルの作成
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi0616 committed Sep 21, 2023
1 parent 1e0a8a8 commit 5d8fe35
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,17 +249,19 @@
display: flex;
width: 90%;
margin: 0 auto;
flex-wrap: wrap;
}

.box4 {
display: flex;
width: 90%;
margin: 0 auto;
flex-wrap: wrap;
}

.card {
padding: 0.5em 1em;
margin: 2em 1rem;
margin: 0.75em 1rem;
font-weight: bold;
color: #505050;
background: #FFF9F5;
Expand Down

0 comments on commit 5d8fe35

Please sign in to comment.