Skip to content

Commit

Permalink
Update Cardprofile.css
Browse files Browse the repository at this point in the history
  • Loading branch information
1Levick3 authored Aug 1, 2024
1 parent 190f185 commit bb250ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Cardprofile.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
.custom-div {
box-shadow: 0 14px 18px rgba(0, 0, 0, 0.224); /* Example shadow */
box-shadow: 0 14px 18px rgba(0, 0, 0, 0.224);
padding: 30px;
background-color: #2E3440;
color: #D3D9E5;
border-radius: 8px;
overflow-y: scroll; /* Optional: to handle long content */
overflow-y: scroll;

/* Hide scrollbar for Chrome, Safari and Opera */

-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */

-ms-overflow-style: none;
scrollbar-width: none;
margin-bottom: 10%;
}

Expand All @@ -30,7 +30,7 @@
}

.previous-post, .next-post {
width: 48%; /* Increase width to 50% and add a small gap */
width: 48%;
background-color: #3B4252;
color: #D3D9E5;
padding: 20px; /* Increase height */
Expand All @@ -47,4 +47,4 @@
display: flex;
align-items: center;
}


0 comments on commit bb250ce

Please sign in to comment.