Skip to content

Commit

Permalink
About section Wrapper class CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
21pa1a6149 committed Jul 17, 2024
1 parent afba26b commit d3341e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,15 @@ body {
margin-bottom: 20px;
}

.wrapper{
display: flex;
gap: 30px;
}
.wrapper .countitem{
width: 220px;
border-top: 1px solid black;
}

/* Styling for SVG elements inside .iconss class */
.iconss svg {
width: 100px;
Expand Down

0 comments on commit d3341e5

Please sign in to comment.