clean up of home page and business page

This commit is contained in:
Calvin Jhunjhnuwala
2020-09-02 12:21:48 -07:00
parent 41dd67638e
commit 2261c5a213
8 changed files with 45 additions and 30 deletions

View File

@@ -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;
}
}

View File

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

View File

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

View File

@@ -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;
}