From 968a271d0850e9fe95bc2dc76285cc84d43f0b8d Mon Sep 17 00:00:00 2001 From: asmaamostafa74 Date: Mon, 9 Sep 2024 16:00:31 +0300 Subject: [PATCH] tool size --- css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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; } }