mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
updates to mobile fonts for h2s
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user