mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #8 from ripplelabsben/gh-pages
[FIX] Brand Guidelines support
This commit is contained in:
@@ -32,6 +32,12 @@ body .content-root {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* Brand Guidelines */
|
||||
.brand_guidelines .content-root {
|
||||
margin: 0 auto;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.menubar {
|
||||
right: 794px;
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
<!-- Custom Stylesheet -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
||||
<link href='css/main.css' rel='stylesheet'>
|
||||
<link href='css/custom.css' rel='stylesheet'>
|
||||
|
||||
<!-- Custom Js -->
|
||||
<!-- start Mixpanel -->
|
||||
@@ -62,7 +63,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body role='flatdoc'>
|
||||
<body class="brand_guidelines" role='flatdoc'>
|
||||
|
||||
<div class='header'>
|
||||
<div class='left'>
|
||||
|
||||
Reference in New Issue
Block a user