mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45: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) {
|
||||
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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user