diff --git a/docs/.vuepress/components/HomePage.vue b/docs/.vuepress/components/HomePage.vue index b213496a66ab06d5b31dc95d3f860a43c5269b75..a5a9a659033d6beb35d2e01dd4b5d5364c404e23 100644 --- a/docs/.vuepress/components/HomePage.vue +++ b/docs/.vuepress/components/HomePage.vue @@ -61,7 +61,6 @@ body { .header-gif { width: 100%; height: auto; - box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */ } .about-us, .project-overview, .promo-video { @@ -70,7 +69,6 @@ body { background-color: #d8e3c2; /* Lighter green background */ padding: 2rem; border-radius: 10px; - box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */ } .about-us h1, .project-overview h2, .promo-video h2 { @@ -96,7 +94,6 @@ body { background-color: #e3f2fd; /* Light blue background */ padding: 1rem; border-radius: 10px; - box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */ } .vibrio-image { @@ -133,7 +130,6 @@ body { left: 0; width: 100%; height: 100%; - box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */ } </style>