updates to mobile fonts for h2s

This commit is contained in:
Calvin Jhunjhnuwala
2021-07-02 11:41:59 -07:00
parent 0b5fe21e59
commit f1c5ac6101
15 changed files with 96 additions and 71 deletions

View File

@@ -33,6 +33,12 @@ h2, .h2 {
font-size: 1.75rem;
line-height: 34px;
}
&-sm {
@include media-breakpoint-down(sm) {
font-size: 1.75rem !important;
line-height: 34px !important;
}
}
}
h3, .h3 {
font-size: 3rem;

View File

@@ -60,6 +60,11 @@
}
.mb-6 {
margin-bottom: 1.5rem;
&-sm {
@include media-breakpoint-down(sm) {
margin-bottom: 1.5rem;
}
}
}
.mt-6 {
margin-top: 1.5rem;
@@ -107,7 +112,7 @@
}
}
&-sm {
@include media-breakpoint-up(sm) {
@include media-breakpoint-down(sm) {
margin-bottom: 2.5rem;
}
}

View File

@@ -54,6 +54,12 @@
top: 0;
left: 0;
}
#xrp-mark-overview {
@include media-breakpoint-down(sm) {
height: 40px;
margin-top: 16px;
}
}
// XRPL Overview Page
#xrpl-overview-purple {
@@ -62,7 +68,7 @@
left: 0;
@include media-breakpoint-down(sm) {
top: 0;
left: -120px;
left: -20vw;
}
}
#xrpl-overview-orange {

View File

@@ -50,7 +50,7 @@ td:nth-child(1) {
.dblue {
color: #656E81;
color: $gray-600;
}
#overview-table {
td:nth-child(1){
@@ -92,6 +92,7 @@ td:nth-child(1) {
tbody td {
padding: 2rem 0;
}
thead tr,
tbody tr {
border-bottom: 1px solid $gray-600;
}