final QA changes

This commit is contained in:
akcodez
2023-11-22 07:32:28 -08:00
parent cb1b811463
commit e19f58ba09
3 changed files with 9 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -116,6 +116,7 @@
@media (max-width: 768px) { @media (max-width: 768px) {
font-size: 42px; font-size: 42px;
line-height: 52px;
text-align: left; text-align: left;
} }
} }
@@ -563,6 +564,7 @@
} }
.number { .number {
opacity: 1;
font-size: 88px; font-size: 88px;
display: flex; display: flex;
padding: 10px; padding: 10px;
@@ -773,11 +775,10 @@
} }
.project-card { .project-card {
background-color: #232325; background-color: transparent;
border-radius: 4px; border-radius: 4px;
height: fit-content; height: fit-content;
width: 252px; width: 252px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
max-height: 456px; max-height: 456px;
@media (max-width: 768px) { @media (max-width: 768px) {
@@ -797,8 +798,7 @@
} }
.card-image { .card-image {
border-top-left-radius: 4px; border-radius: 4px;
border-top-right-radius: 4px;
height: 144px; height: 144px;
width: 252px; width: 252px;
/* adjust as per your design */ /* adjust as per your design */
@@ -841,15 +841,12 @@
} }
.card-details { .card-details {
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); background-color: transparent;
background-color: #232325;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
text-align: start; text-align: start;
padding: 15px; padding: 15px;
height: fit-content; height: fit-content;
border-bottom-left-radius: 4;
border-bottom-right-radius: 4;
} }
.view-project { .view-project {

View File

@@ -918,11 +918,11 @@ pre code {
} }
} }
.project-card{ .project-card{
background-color: rgb(255, 255, 255); background-color: transparent;
} }
.card-details { .card-details {
background-color: rgb(255, 255, 255); background-color: transparent;
} }
.card-image { .card-image {