Skip to content

Commit

Permalink
Merge pull request #3649 from Subhajit-2023-44/TextBox
Browse files Browse the repository at this point in the history
Fixed text boxes issue ! #3629
  • Loading branch information
atmajaa authored Oct 17, 2024
2 parents 5e33078 + 8373038 commit ba035b7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1095,14 +1095,17 @@ play-btn ion-icon {
align-items: center;
flex-direction: column;
}

#benefits .benefits-canvas-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-left: 120px;

}

#benefits .benefits-canvas-container .canvas {
margin: 10px;
width: 300px;
Expand Down

0 comments on commit ba035b7

Please sign in to comment.