Skip to content

Commit

Permalink
Merge pull request #3850 from Subhajit-2023-44/textbox
Browse files Browse the repository at this point in the history
Fixed misalignment of text box issue !
  • Loading branch information
sailaja-adapa authored Oct 22, 2024
2 parents 938bd9a + e7c5ab1 commit c04908c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,14 @@ body.dark-mode .chapter-card:hover {
margin-left: 100px;
}

.pricing-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: space-around;
margin-left: -90px;
}

.pricing-container {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -4166,7 +4174,7 @@ body.dark-mode .h3 {
.card-title {
position: relative;
display: inline-block;
padding: 2px;
padding: 3px;
display: flex;
align-items: center;
gap: 2px;
Expand Down

0 comments on commit c04908c

Please sign in to comment.