diff --git a/assets/css/style.css b/assets/css/style.css index ac4a3cc1..8fa5a82e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -793,6 +793,7 @@ body.dark-mode .dropdown-menu-item:hover { /* border: 1px solid black; */ width: 55%; display: flex; + margin-left: 8rem; flex-direction: column; align-items: start; } @@ -843,6 +844,7 @@ body.dark-mode .dropdown-menu-item:hover { color: var(--chinese-violet); font-size: 2rem; margin-top: 1.5rem; + padding: 10px 15px; border-radius: 10px; transition: all 1s ease; @@ -1450,7 +1452,7 @@ body.dark-mode .pricing-card button{ background-color: transparent; border: 1px solid #c36969; border-radius: 8px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); + /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */ font-family: Montserrat; transition: background-color 0.3s, border-color 0.3s, color 0.3s; } diff --git a/assets/js/refresher.js b/assets/js/refresher.js index bb3e18d2..bd7e4da9 100644 --- a/assets/js/refresher.js +++ b/assets/js/refresher.js @@ -1,7 +1,7 @@ document.addEventListener('DOMContentLoaded', function() { const caduceus = document.getElementById('caduceus'); - caduceus.addEventListener('mouseover', function() { + caduceus.addEventListener('click', function() { location.reload(); }); }); \ No newline at end of file diff --git a/index.html b/index.html index e9958e43..dc07d136 100644 --- a/index.html +++ b/index.html @@ -1292,7 +1292,7 @@ - + @@ -3148,7 +3148,7 @@

CONTACT US!

-

Get in touch

+

Get in touch

@@ -3807,7 +3807,9 @@

Stay Connected

+