mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
mobile edits, fixing styling on home page and for dark cards
This commit is contained in:
@@ -76,7 +76,7 @@ h6, .h6 {
|
||||
font-size: 1.5rem;
|
||||
line-height: 32px;
|
||||
color: $gray-100;
|
||||
font-weight: normal;
|
||||
font-weight: 600;
|
||||
@include media-breakpoint-down(sm) {
|
||||
font-size: 1.125rem;
|
||||
line-height: 26px;
|
||||
|
||||
@@ -264,6 +264,14 @@
|
||||
padding-top: 1rem !important;
|
||||
}
|
||||
}
|
||||
.p-6 {
|
||||
padding: 1.5rem;
|
||||
&-sm {
|
||||
@include media-breakpoint-down(sm) {
|
||||
padding: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.p-8 {
|
||||
padding: 2rem;
|
||||
&-sm {
|
||||
|
||||
Reference in New Issue
Block a user