mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
- Move generic images to the folder for template assets - Redo docs landing page - Fix spacing issues on many pages - Remove lots of defunct styles
46 lines
648 B
SCSS
46 lines
648 B
SCSS
/* Footer ------------------------------------------------------------------- */
|
|
|
|
.xrpl-footer {
|
|
margin: 0 48px;
|
|
@include media-breakpoint-down(md) {
|
|
margin: 0 24px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
li {
|
|
font-size: 0.75rem;
|
|
}
|
|
|
|
.card-body {
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.card-header h5 i {
|
|
margin-left: 0.2em;
|
|
}
|
|
|
|
.card-grid .card {
|
|
padding: 24px 48px 48px 48px;
|
|
|
|
&:first-child {
|
|
padding-left: 0;
|
|
}
|
|
|
|
@include media-breakpoint-down(lg) {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.absolute_bottom_footer span {
|
|
margin-right: 25px;
|
|
font-size: 0.75rem;
|
|
}
|
|
}
|