Skip to content

Commit

Permalink
small picture adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
zizz-0 committed Aug 24, 2024
1 parent e785a07 commit 476980d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,7 @@ hr {
.season-flex-ou {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin-left: 0;
}

.season-flex-ou img {
Expand All @@ -678,44 +676,41 @@ hr {
.season-flex-su {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}

.season-flex-su img {
height: 70px;
width: auto;
margin-left: 5px;
margin-left: 0;
margin-bottom: 80px;
margin-right: 15px;
}

.season-flex-tip {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}

.season-flex-tip img {
height: 80px;
width: auto;
margin-left: 10px;
margin-left: 0;
margin-bottom: 20px;
margin-right: 15px;
}

.season-flex-tt {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}

.season-flex-tt img {
height: 100px;
width: auto;
margin-left: 10px;
margin-left: 0;
margin-top: 30px;
margin-right: 15px;
}
Expand Down

0 comments on commit 476980d

Please sign in to comment.