diff --git a/css/style.css b/css/style.css index b044eb3..bb244d6 100644 --- a/css/style.css +++ b/css/style.css @@ -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; @@ -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; } }