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) {
font-size: 42px;
line-height: 52px;
text-align: left;
}
}
@@ -563,6 +564,7 @@
}
.number {
opacity: 1;
font-size: 88px;
display: flex;
padding: 10px;
@@ -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) {
@@ -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 */
@@ -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 {

View File

@@ -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 {