mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[STYLE] bigger font, other styling peeves fixed
This commit is contained in:
@@ -62,8 +62,35 @@ body .content-root {
|
|||||||
.content pre {
|
.content pre {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 990px) {
|
||||||
|
.navbar .container {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
/* end bootstrap code styling fix */
|
/* end bootstrap code styling fix */
|
||||||
|
|
||||||
|
/* redo some of flatdoc's styling */
|
||||||
|
|
||||||
|
.content i, .content em {
|
||||||
|
color: #303044;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content h4, .content h3 {
|
||||||
|
color: #303044 !important;
|
||||||
|
font-family: montserrat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content h4 {
|
||||||
|
font-size: 14pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content h3 {
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* end flatdoc styling fix */
|
||||||
|
|
||||||
.menubar {
|
.menubar {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@@ -98,9 +125,28 @@ color: #f09 !important;
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 860px) {
|
||||||
|
|
||||||
|
body, td, textarea, input {
|
||||||
|
font-size: 13pt;
|
||||||
|
}
|
||||||
|
.content {
|
||||||
|
font-size: 13pt;
|
||||||
|
max-width: 900px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-root {
|
||||||
|
max-width: 1094px;
|
||||||
|
padding-left: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
.menubar {
|
.menubar {
|
||||||
right: 794px;
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menubar.fixed {
|
||||||
|
right: 794px;
|
||||||
|
width: 294px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user