diff --git a/index.html b/index.html index fdd622a7..1d8fa817 100644 --- a/index.html +++ b/index.html @@ -684,7 +684,7 @@ } } .navbar-item { - /* Increase the top margin of each item */ + margin-top: 1rem; /* Increase the top margin of each item */ } .card-sty { @@ -770,7 +770,7 @@ /* Add transition for smooth animation */ } -{ + .footer-icons .icon:hover { transform: scale(1.5); /* Scale the icon on hover */ @@ -945,7 +945,8 @@ background-color: var(--secondary-color); padding: 20px; border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 10px rgba(83, 18, 18, 0.1); + width: 75%; } .contact-card { @@ -989,16 +990,6 @@ border-radius: 10px; } -.contact-info { - width: 400px; /* Adjust the width as needed */ - display: inline-block; -} - -.contact-info { - width: 500px; /* Adjust the width as needed */ - display: inline-block; -} - /* Responsive adjustments */ @media (max-width: 768px) { .flexi { @@ -1218,7 +1209,7 @@ margin-right: 3rem; } .mobile-container-styles{ - + margin-left: 5rem; } .nav{ justify-content: space-around; @@ -1237,7 +1228,8 @@ } .contact { - width: 52%; /* Adjust width for the contact form */ + + width: 1000px; /* Adjust width for the contact form */ } .cardi { @@ -1252,6 +1244,10 @@ padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + +} +.contact-container:hover{ + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.386); } .contact-card { @@ -1470,7 +1466,7 @@