mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
remove non needed important
This commit is contained in:
@@ -145,7 +145,7 @@ export function Navbar(props) {
|
|||||||
const isNavbarCollapsed =
|
const isNavbarCollapsed =
|
||||||
navbarToggler.getAttribute("aria-expanded") === "true";
|
navbarToggler.getAttribute("aria-expanded") === "true";
|
||||||
if (isNavbarCollapsed) {
|
if (isNavbarCollapsed) {
|
||||||
navbarToggler.click(); // Simulate click to toggle navbar
|
navbarToggler?.click(); // Simulate click to toggle navbar
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -2213,30 +2213,30 @@ html.light {
|
|||||||
// Single card layout - background image full height and spacing
|
// Single card layout - background image full height and spacing
|
||||||
.com-card.single-card {
|
.com-card.single-card {
|
||||||
.bottom-right-img.bug-bounty-card-bg-2 {
|
.bottom-right-img.bug-bounty-card-bg-2 {
|
||||||
height: 714px !important;
|
height: 714px ;
|
||||||
width: auto !important;
|
width: auto;
|
||||||
object-fit: cover !important;
|
object-fit: cover;
|
||||||
object-position: right bottom !important;
|
object-position: right bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-content {
|
.card-content {
|
||||||
gap: 0 !important;
|
gap: 0;
|
||||||
|
|
||||||
.card-title {
|
.card-title {
|
||||||
margin-bottom: 24px !important;
|
margin-bottom: 24px;
|
||||||
margin-top: 0 !important;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-description {
|
.card-description {
|
||||||
margin-bottom: 24px !important;
|
margin-bottom: 24px;
|
||||||
margin-top: 0 !important;
|
margin-top: 0;
|
||||||
flex-grow: 0 !important;
|
flex-grow: 0;
|
||||||
padding: 0 !important;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-links {
|
.card-links {
|
||||||
margin-top: 0 !important;
|
margin-top: 0;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user