From 465530e6a97c356d1feaaf6636065f7c6cf579d5 Mon Sep 17 00:00:00 2001 From: Ishita <155231566+CoderGirl2844@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:11:53 +0530 Subject: [PATCH] Updated Interests.css --- src/components/Interests.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Interests.css b/src/components/Interests.css index 254b7fd..eed99df 100644 --- a/src/components/Interests.css +++ b/src/components/Interests.css @@ -37,7 +37,7 @@ display: flex; flex-direction: column; align-items: center; - padding-left: 50px; +/* padding-left: 50px; */ } .interest-item { @@ -74,17 +74,18 @@ button { margin-top: 20px; margin-right: 50px; + margin-left: 50px; padding: 10px 20px; font-size: 16px; color: #fff; background-color: #007BFF; border: none; border-radius: 5px; - cursor: pointer; + cursor: none; transition: background-color 0.3s ease; } button:hover { background-color: #0056b3; } - \ No newline at end of file +