mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
clean up for mobile
This commit is contained in:
@@ -23,18 +23,7 @@ h1, h2, h3, h4, h5, h6,
|
||||
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
// h1, .h1 {
|
||||
// font-size: 2.625rem;
|
||||
// }
|
||||
// h6, .h6 {
|
||||
// font-size: 1.125rem;
|
||||
// }
|
||||
// .h6 {
|
||||
// font-size: 1.125rem !important;
|
||||
// }
|
||||
// p {
|
||||
// line-height: 1.5;
|
||||
// }
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 3.875rem;
|
||||
line-height: 70px;
|
||||
@@ -58,6 +47,12 @@ h3, .h3 {
|
||||
font-size: 1.25rem;
|
||||
line-height: 28px;
|
||||
}
|
||||
&-sm {
|
||||
@include media-breakpoint-down(sm) {
|
||||
font-size: 1.25rem;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
||||
}
|
||||
h4, .h4 {
|
||||
font-size: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user