Skip to content

Commit

Permalink
final QA changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AKCodez committed Nov 22, 2023
1 parent cb1b811 commit e19f58b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions assets/css/devportal2022-v25.css

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions styles/_contribute.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@

@media (max-width: 768px) {
font-size: 42px;
line-height: 52px;
text-align: left;
}
}
Expand Down Expand Up @@ -563,6 +564,7 @@
}

.number {
opacity: 1;
font-size: 88px;
display: flex;
padding: 10px;
Expand Down Expand Up @@ -773,11 +775,10 @@
}

.project-card {
background-color: #232325;
background-color: transparent;
border-radius: 4px;
height: fit-content;
width: 252px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
max-height: 456px;

@media (max-width: 768px) {
Expand All @@ -797,8 +798,7 @@
}

.card-image {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-radius: 4px;
height: 144px;
width: 252px;
/* adjust as per your design */
Expand Down Expand Up @@ -841,15 +841,12 @@
}

.card-details {
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
background-color: #232325;
background-color: transparent;
display: flex;
flex-direction: column;
text-align: start;
padding: 15px;
height: fit-content;
border-bottom-left-radius: 4;
border-bottom-right-radius: 4;
}

.view-project {
Expand Down
4 changes: 2 additions & 2 deletions styles/light/_light-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -918,11 +918,11 @@ pre code {
}
}
.project-card{
background-color: rgb(255, 255, 255);
background-color: transparent;

}
.card-details {
background-color: rgb(255, 255, 255);
background-color: transparent;
}

.card-image {
Expand Down

0 comments on commit e19f58b

Please sign in to comment.