mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
clean up of home page and business page
This commit is contained in:
@@ -158,4 +158,12 @@ td:nth-child(1) {
|
||||
margin-left: -32px;
|
||||
transform-origin: top left;
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.card-deck {
|
||||
display: block !important;
|
||||
}
|
||||
.card-deck .card {
|
||||
margin-bottom: 2.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -36,13 +36,17 @@ h6, .h6 {
|
||||
p {
|
||||
line-height: 1.5;
|
||||
}
|
||||
a{
|
||||
text-decoration: underline;
|
||||
a {
|
||||
// text-decoration: underline;
|
||||
color: inherit;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
p a,
|
||||
li a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.fs-base {
|
||||
font-size: $base-size;
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
.xrpl-footer a {
|
||||
color: $white;
|
||||
}
|
||||
.xrpl-footer a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.landing .curated-links a:hover,
|
||||
.landing .children-display a:hover,
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
.hc {
|
||||
background: black;
|
||||
padding: 2.25rem 2rem 7.75rem;
|
||||
padding: 2.25rem 1.875rem 7.75rem;
|
||||
color: $white;
|
||||
background-position: bottom;
|
||||
background-repeat: no-repeat;
|
||||
@@ -42,7 +42,7 @@
|
||||
padding-left: 2rem !important;
|
||||
}
|
||||
}
|
||||
.hc h5 {
|
||||
.hc .h2 {
|
||||
height: 38px;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user