Include copy from md files and update homepage

- deletes unused md files where the copy is incorporated directly into
the template
- changes the homepage "Issue Currency" module to "Provide Liquidity" (placeholder still)
- add new "Built on the XRP Ledger" modules to homepage
This commit is contained in:
mDuo13
2018-04-23 00:17:45 -07:00
parent dff42c9b88
commit fcdd8465bf
11 changed files with 668 additions and 327 deletions

View File

@@ -692,29 +692,6 @@ th {
/* Responsive design for different viewscreens -------------------------------*/
@media (max-width: 1199px) {
#main_content_wrapper {
margin-top: 137px;
}
}
@media (max-width: 992px) {
#page-toc-wrapper {
position: static;
float: none;
max-width: none;
}
#main_content_wrapper {
margin-top: 0;
}
.navbar-fixed-top {
position: static;
margin-bottom: -70px;
}
.navbar-fixed-top {
position: static;
margin-bottom: -70px;
}
}
@media (max-width: 768px) {
.dev_nav_wrapper,
.sidebar {
@@ -738,6 +715,20 @@ th {
overflow-x: hidden !important;
}
}
@media (max-width: 400px) {
.navbar .navbar-brand .brand-text {
margin-right: 0;
letter-spacing: -0.08rem;
}
.navbar .navbar-brand {
margin-right: 0;
}
.navbar .navbar-brand .logo {
margin-right: 0;
margin-left: -1rem;
}
}
@media print {
{
/* undo code tabs */
@@ -870,6 +861,10 @@ th {
transition: 0.5s;
}
.btn-primary code {
color: inherit;
}
.landing section {
border-top: 1px solid #0f72e5;
}