mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
final QA changes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user