Skip to content

Commit

Permalink
Merge pull request #66 from Rakshit-gen/Betterment-of-Ui-on-Models-page
Browse files Browse the repository at this point in the history
Update Models.css
  • Loading branch information
Akshatchaube01 authored May 14, 2024
2 parents b9229ff + d6fd40f commit b30290e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/components/Models.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
.text-5xl {
margin-bottom: 100px;
margin-bottom: 70px;
}

.carousel-container {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 0;
border-radius: 12px;
}

.carousel-wrapper {
width: 95%;
max-width: 800px;
max-width: 700px;
margin: 1.5em auto;
overflow: hidden;

}



.carousel-title{
font-size: 1.6rem;
font-size: 1.5rem;
margin-bottom: 10px;
}

.model-image{
width: 80%;
width: 70%;
border-radius: 16px;
}

.carousel-button {
Expand All @@ -45,4 +49,4 @@




0 comments on commit b30290e

Please sign in to comment.