Skip to content

Commit

Permalink
Update home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
asr2003 authored Jun 14, 2024
1 parent abe8f6f commit 4b5469c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions overrides/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,16 +372,28 @@ h2.secondary-headline, h3.trusted-by {
max-width: 90%;
margin: auto;
transition: transform 0.5s ease-in-out;
overflow-x: auto;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
}

.case-studies-container .cases-table::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}

.case-studies-container .col {
width: 400px;
margin-right: 20px;
flex: 0 0 auto;
}
.case-studies-container .card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 16px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
background-color: white;
margin: 8px;
}
/* margin: 8px; */
}

.case-studies-container .logo {
display: flex;
Expand Down Expand Up @@ -425,8 +437,8 @@ h2.secondary-headline, h3.trusted-by {

.case-studies-container .prev,
.case-studies-container .next {
background-color: rgba(0, 0, 0, 0.5);
color: white;
background-color: transparent;
color: var(--md-primary-fg-color--dark);
border: none;
cursor: pointer;
padding: 10px;
Expand Down

0 comments on commit 4b5469c

Please sign in to comment.