Skip to content

Commit

Permalink
tool size
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 9, 2024
1 parent bd4a908 commit 968a271
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4688,12 +4688,14 @@ html[dir=rtl] .pay h1 {
.tool_icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap:30px;
}


.tool_icons div img {
width:50px;
height:50px;
width:90px;
height:90px;
background-color:#F0F3FA;
padding:10px;
border-radius:10px;
Expand All @@ -4711,9 +4713,11 @@ html[dir=rtl] .pay h1 {
gap:10px;
}

@media (max-width: 620px) {
.tool_icons {
flex-direction:column;

@media (min-width: 768px) {
.tool_card {
width: calc(33.33% - 20px);
max-width: none;
}
}

Expand Down

0 comments on commit 968a271

Please sign in to comment.