mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
update top banner for AMM
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user