Skip to content
Snippets Groups Projects
Commit 59c00871 authored by Devyani Ravi's avatar Devyani Ravi
Browse files

fix home page

parent 23d1a673
No related branches found
No related tags found
No related merge requests found
Pipeline #452955 passed
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment