From f6b905efceef8079e176cf32d5fcece2b7565575 Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Sun, 21 Jul 2024 11:41:05 +0530 Subject: [PATCH] fixed frontend.css --- frontend/src/style/FrontendTools.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/style/FrontendTools.css b/frontend/src/style/FrontendTools.css index 96b466b1..30ba9621 100644 --- a/frontend/src/style/FrontendTools.css +++ b/frontend/src/style/FrontendTools.css @@ -13,7 +13,7 @@ body { .title { font-size: 2.5rem; margin-bottom: 20px; - color: #333; + padding-top: 20px; } .tools-grid { @@ -28,10 +28,15 @@ body { border: 1px solid #ddd; border-radius: 8px; padding: 20px; + text-align: center; width: 300px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; } .tool-card:hover {