update top banner for AMM

This commit is contained in:
Jake
2022-07-08 14:46:44 -07:00
parent 1564931ece
commit 40059ef77e
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
background-position: center;
background-color: #7919FF;
background-size: cover;
padding: 2px 50px;
padding: 2px 0;
color: #fff;
text-align: center;
font-size: 16px;
@@ -28,14 +28,14 @@
}
p {
padding-top: 5px;
padding-top: 15px;
font-size: 12px;
line-height: 15px;
text-align: center;
margin: auto;
@include media-breakpoint-up(md) {
padding-top: 8px;
padding-top: 10px;
font-size: 16px;
width: initial;
line-height: 20px;

View File

@@ -1,7 +1,7 @@
<div class="top-banner fixed-top">
<div class="d-flex justify-content-center ">
<span><p class="mb-0">{% trans %}Apply now to the Fall 2022 XRP Ledger Campus Ambassador program{% endtrans %}</p></span>
<span><a href="/ambassadors.html" class="btn btn-outline-secondary">Apply</a></span>
<span><p class="mb-0">{% trans %}Read the proposal for a native AMM on XRPL{% endtrans %}</p></span>
<span><a href="https://github.com/XRPLF/XRPL-Standards/discussions/78" target="_blank" class="btn btn-outline-secondary">Review</a></span>
</div>
</div>
<nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top">