Style edits per Gratas's feedback

This commit is contained in:
mDuo13
2020-09-15 16:10:12 -07:00
parent eaa0062188
commit 289a959fbe
10 changed files with 37 additions and 39 deletions

View File

@@ -1,7 +1,11 @@
/* Footer ------------------------------------------------------------------- */
.xrpl-footer {
margin: 0 48px;
>:first-child {
border-top: 1px solid white;
padding: 100px 48px 48px 48px;
}
@include media-breakpoint-down(md) {
margin: 0 24px;
}