Skip to content

Commit

Permalink
バナーを上下中央にできた
Browse files Browse the repository at this point in the history
  • Loading branch information
masebb committed May 5, 2024
1 parent 480d293 commit 1b96f68
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,14 @@ img {
#banner{
display: flex;
flex-wrap: wrap;
justify-content: center;
allign-items: center;
flex: 200px;
margin: auto 40px;
}

.banner-item{
display:flex;
align-items: center;
width: 250px;
margin: 10px 10px;
}

.banner-item img{
// height: 100%
}

0 comments on commit 1b96f68

Please sign in to comment.